gnome-gconf

Name

gnome-gconf -- 

Synopsis


#include <libgnome/libgnome.h>


gchar*      gnome_gconf_get_gnome_libs_settings_relative
                                            (const gchar *subkey);
gchar*      gnome_gconf_get_app_settings_relative
                                            (GnomeProgram *program,
                                             const gchar *subkey);
#define     gnome_gconf_lazy_init
#define     gnome_gconf_module_info_get

Description

Details

gnome_gconf_get_gnome_libs_settings_relative ()

gchar*      gnome_gconf_get_gnome_libs_settings_relative
                                            (const gchar *subkey);

Gets the full key name for a GNOME desktop specific setting. That is something that affects the whole desktop. This space should only be used by the gnome library and core applications.

subkey : key part below the gnome desktop settings directory
Returns : A newly allocated string


gnome_gconf_get_app_settings_relative ()

gchar*      gnome_gconf_get_app_settings_relative
                                            (GnomeProgram *program,
                                             const gchar *subkey);

Gets the full key name for an application specific setting. That is "/apps/<application_id>/<subkey>".

program : GnomeProgram pointer or NULL for the default
subkey : key part below the gnome desktop settings directory
Returns : A newly allocated string


gnome_gconf_lazy_init

#define     gnome_gconf_lazy_init

Internal libgnome/ui routine. You never have to do this from your code. But all places in libgnome/ui that need gconf should call this before calling any gconf calls.


gnome_gconf_module_info_get

#define     gnome_gconf_module_info_get

Returns :