Revision 20807,
1.4 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20806,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* -*- Mode: C; c-set-style: linux; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ |
---|
2 | /* GNOME Library - gnome-gconf.h |
---|
3 | * Copyright (C) 2000 Red Hat Inc., |
---|
4 | * All rights reserved. |
---|
5 | * |
---|
6 | * Author: Jonathan Blandford <jrb@redhat.com> |
---|
7 | * |
---|
8 | * This library is free software; you can redistribute it and/or |
---|
9 | * modify it under the terms of the GNU Library General Public |
---|
10 | * License as published by the Free Software Foundation; either |
---|
11 | * version 2 of the License, or (at your option) any later version. |
---|
12 | * |
---|
13 | * This library is distributed in the hope that it will be useful, |
---|
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
16 | * Library General Public License for more details. |
---|
17 | * |
---|
18 | * You should have received a copy of the GNU Library General Public |
---|
19 | * License along with this library; if not, write to the Free Software |
---|
20 | * Foundation, Inc., 59 Temple Place - Suite 330, Cambridge, MA 02139, USA. |
---|
21 | */ |
---|
22 | /* |
---|
23 | @NOTATION@ |
---|
24 | */ |
---|
25 | |
---|
26 | #ifndef GNOME_GCONF_H |
---|
27 | #define GNOME_GCONF_H |
---|
28 | |
---|
29 | #include <libgnome/gnome-program.h> |
---|
30 | |
---|
31 | G_BEGIN_DECLS |
---|
32 | |
---|
33 | /* Get keys relative to the gnome-libs internal per-app directory and the |
---|
34 | application author per-app directory */ |
---|
35 | gchar *gnome_gconf_get_gnome_libs_settings_relative (const gchar *subkey); |
---|
36 | gchar *gnome_gconf_get_app_settings_relative (GnomeProgram *program, |
---|
37 | const gchar *subkey); |
---|
38 | G_END_DECLS |
---|
39 | |
---|
40 | #endif /* GNOME_GCONF_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.