| Top |
gconf-internalsgconf-internals |
gchar * gconf_key_directory (constgchar *key); constgchar * gconf_key_key (constgchar *key);gboolean gconf_file_test (constgchar *filename,int test);gboolean gconf_file_exists (constgchar *filename); GConfValue* gconf_value_from_corba_value (constConfigValue *value); GConfSchema* gconf_schema_from_corba_schema (constConfigSchema *cs); constgchar * gconf_value_type_to_string (GConfValueType type); GConfValueType gconf_value_type_from_string (constgchar *str);GSList * gconf_load_source_path (constgchar *filename,GError **err);void gconf_shutdown_daemon (GError **err);gboolean gconf_ping_daemon (void);gboolean gconf_spawn_daemon (GError **err);gulong gconf_string_to_gulong (constgchar *str); constgchar * gconf_current_locale (void); enum GConfLogPriority;void gconf_log (GConfLogPriority pri, constgchar *format, ...);gboolean gconf_key_check (constgchar *key,GError **err); GConfValue* gconf_value_new_list_from_string (GConfValueType list_type, constgchar *str,GError **err); GConfValue* gconf_value_new_pair_from_string (GConfValueType car_type, GConfValueType cdr_type, constgchar *str,GError **err);gchar * gconf_quote_string (constgchar *str);gchar * gconf_unquote_string (constgchar *str, constgchar **end,GError **err);void gconf_unquote_string_inplace (gchar *str,gchar **end,GError **err); GConfValue* gconf_value_decode (constgchar *encoded);gchar * gconf_value_encode (GConfValue *val); GConfValue* gconf_value_list_from_primitive_list (GConfValueType list_type,GSList *list,GError **err); GConfValue* gconf_value_pair_from_primitive_pair (GConfValueType car_type, GConfValueType cdr_type,gconstpointer address_of_car,gconstpointer address_of_cdr,GError **err);GSList * gconf_value_list_to_primitive_list_destructive (GConfValue *val, GConfValueType list_type,GError **err);gboolean gconf_value_pair_to_primitive_pair_destructive (GConfValue *val, GConfValueType car_type, GConfValueType cdr_type,gpointer car_retloc,gpointer cdr_retloc,GError **err);void gconf_set_daemon_mode (gboolean setting);gboolean gconf_handle_oaf_exception (CORBA_Environment *ev,GError **err);
gboolean gconf_file_test (constgchar *filename,int test);
|
|
|
|
Returns : |
GConfValue* gconf_value_from_corba_value (constConfigValue *value);
|
|
Returns : |
GConfSchema* gconf_schema_from_corba_schema (constConfigSchema *cs);
|
|
Returns : |
constgchar * gconf_value_type_to_string (GConfValueType type);
|
|
Returns : |
GConfValueType gconf_value_type_from_string (constgchar *str);
|
|
Returns : |
GSList * gconf_load_source_path (constgchar *filename,GError **err);
|
|
|
|
Returns : |
typedef enum {
GCL_EMERG,
GCL_ALERT,
GCL_CRIT,
GCL_ERR,
GCL_WARNING,
GCL_NOTICE,
GCL_INFO,
GCL_DEBUG
} GConfLogPriority;
GConfValue* gconf_value_new_list_from_string (GConfValueType list_type, constgchar *str,GError **err);
This function does not work. Don't use it.
|
|
|
|
|
|
Returns : |
GConfValue* gconf_value_new_pair_from_string (GConfValueType car_type, GConfValueType cdr_type, constgchar *str,GError **err);
This function does not work. Don't use it.
|
|
|
|
|
|
|
|
Returns : |
gchar * gconf_unquote_string (constgchar *str, constgchar **end,GError **err);
|
|
|
|
|
|
Returns : |
void gconf_unquote_string_inplace (gchar *str,gchar **end,GError **err);
|
|
|
|
|
GConfValue* gconf_value_list_from_primitive_list (GConfValueType list_type,GSList *list,GError **err);
|
|
|
|
|
|
Returns : |
GConfValue* gconf_value_pair_from_primitive_pair (GConfValueType car_type, GConfValueType cdr_type,gconstpointer address_of_car,gconstpointer address_of_cdr,GError **err);
|
|
|
|
|
|
|
|
|
|
Returns : |
GSList * gconf_value_list_to_primitive_list_destructive (GConfValue *val, GConfValueType list_type,GError **err);
|
|
|
|
|
|
Returns : |
gboolean gconf_value_pair_to_primitive_pair_destructive (GConfValue *val, GConfValueType car_type, GConfValueType cdr_type,gpointer car_retloc,gpointer cdr_retloc,GError **err);
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |