Top | ![]() |
![]() |
![]() |
![]() |
GConfEngine *
gconf_engine_get_default (void
);
Returns the default GConfEngine. All clients should use this, unless
they are special configuration-related tools. The caller of this
function assumes one reference count, and must call
gconf_engine_unref()
at some point. It's fairly important to unref the
GConfEngine, to cleanly close the connection to
before exiting your application.
[skip]
GConfEngine * gconf_engine_get_for_address (const gchar *address
,GError **err
);
GConfEngine * gconf_engine_get_for_addresses (GSList *addresses
,GError **err
);
GConfEngine * gconf_engine_get_local_for_addresses (GSList *addresses
,GError **err
);
void gconf_engine_set_user_data (GConfEngine *engine
,gpointer data
,GDestroyNotify dnotify
);