Functions
GCONF_VALUE_TYPE_VALID()
#define GCONF_VALUE_TYPE_VALID(x) (((x) > GCONF_VALUE_INVALID) && ((x) <= GCONF_VALUE_PAIR))
gconf_value_get_string ()
const char *
gconf_value_get_string (const GConfValue *value
);
gconf_value_get_int ()
int
gconf_value_get_int (const GConfValue *value
);
gconf_value_get_float ()
double
gconf_value_get_float (const GConfValue *value
);
gconf_value_free ()
void
gconf_value_free (GConfValue *value
);
gconf_value_set_int ()
void
gconf_value_set_int (GConfValue *value
,
gint the_int
);
gconf_value_set_string ()
void
gconf_value_set_string (GConfValue *value
,
const gchar *the_str
);
gconf_value_set_float ()
void
gconf_value_set_float (GConfValue *value
,
gdouble the_float
);
gconf_value_set_schema_nocopy ()
void
gconf_value_set_schema_nocopy (GConfValue *value
,
GConfSchema *sc
);
gconf_value_set_list_nocopy ()
void
gconf_value_set_list_nocopy (GConfValue *value
,
GSList *list
);
gconf_value_set_list ()
void
gconf_value_set_list (GConfValue *value
,
GSList *list
);
gconf_value_to_string ()
gchar *
gconf_value_to_string (const GConfValue *value
);
gconf_meta_info_new ()
GConfMetaInfo *
gconf_meta_info_new (void
);
gconf_meta_info_free ()
void
gconf_meta_info_free (GConfMetaInfo *gcmi
);
gconf_meta_info_get_schema ()
const char *
gconf_meta_info_get_schema (GConfMetaInfo *gcmi
);
gconf_meta_info_get_mod_user ()
const char *
gconf_meta_info_get_mod_user (GConfMetaInfo *gcmi
);
gconf_meta_info_mod_time ()
GTime
gconf_meta_info_mod_time (GConfMetaInfo *gcmi
);
gconf_meta_info_set_schema ()
void
gconf_meta_info_set_schema (GConfMetaInfo *gcmi
,
const gchar *schema_name
);
gconf_meta_info_set_mod_user ()
void
gconf_meta_info_set_mod_user (GConfMetaInfo *gcmi
,
const gchar *mod_user
);
gconf_meta_info_set_mod_time ()
void
gconf_meta_info_set_mod_time (GConfMetaInfo *gcmi
,
GTime mod_time
);
gconf_entry_get_key ()
const char *
gconf_entry_get_key (const GConfEntry *entry
);
gconf_entry_get_schema_name ()
const char *
gconf_entry_get_schema_name (const GConfEntry *entry
);
gconf_entry_get_is_default ()
gboolean
gconf_entry_get_is_default (const GConfEntry *entry
);
gconf_entry_get_is_writable ()
gboolean
gconf_entry_get_is_writable (const GConfEntry *entry
);
gconf_entry_free ()
void
gconf_entry_free (GConfEntry *entry
);
gconf_entry_free
is deprecated and should not be used in newly-written code.
gconf_entry_unref ()
void
gconf_entry_unref (GConfEntry *entry
);
gconf_entry_set_value_nocopy ()
void
gconf_entry_set_value_nocopy (GConfEntry *entry
,
GConfValue *val
);
gconf_entry_set_schema_name ()
void
gconf_entry_set_schema_name (GConfEntry *entry
,
const gchar *name
);
gconf_entry_set_is_default ()
void
gconf_entry_set_is_default (GConfEntry *entry
,
gboolean is_default
);
gconf_entry_set_is_writable ()
void
gconf_entry_set_is_writable (GConfEntry *entry
,
gboolean is_writable
);