mateconf-internals

mateconf-internals

Functions

Types and Values

Description

Functions

mateconf_key_directory ()

gchar *
mateconf_key_directory (const gchar *key);

Returns


mateconf_key_key ()

const gchar *
mateconf_key_key (const gchar *key);

Returns


mateconf_value_from_corba_value ()

MateConfValue *
mateconf_value_from_corba_value (const ConfigValue *value);

Returns


mateconf_schema_from_corba_schema ()

MateConfSchema *
mateconf_schema_from_corba_schema (const ConfigSchema *cs);

Returns


mateconf_value_type_to_string ()

const gchar *
mateconf_value_type_to_string (MateConfValueType type);

Returns


mateconf_value_type_from_string ()

MateConfValueType
mateconf_value_type_from_string (const gchar *str);

Returns


mateconf_load_source_path ()

GSList *
mateconf_load_source_path (const gchar *filename,
                           GError **err);

Returns


mateconf_shutdown_daemon ()

void
mateconf_shutdown_daemon (GError **err);


mateconf_ping_daemon ()

gboolean
mateconf_ping_daemon (void);

Returns


mateconf_spawn_daemon ()

gboolean
mateconf_spawn_daemon (GError **err);

Returns


mateconf_string_to_gulong ()

gulong
mateconf_string_to_gulong (const gchar *str);

Returns


mateconf_current_locale ()

const gchar *
mateconf_current_locale (void);

Returns


mateconf_log ()

void
mateconf_log (MateConfLogPriority pri,
              const gchar *format,
              ...);


mateconf_key_check ()

gboolean
mateconf_key_check (const gchar *key,
                    GError **err);

Returns


mateconf_value_new_list_from_string ()

MateConfValue *
mateconf_value_new_list_from_string (MateConfValueType list_type,
                                     const gchar *str,
                                     GError **err);

This function does not work. Don't use it.

Returns


mateconf_value_new_pair_from_string ()

MateConfValue *
mateconf_value_new_pair_from_string (MateConfValueType car_type,
                                     MateConfValueType cdr_type,
                                     const gchar *str,
                                     GError **err);

This function does not work. Don't use it.

Returns


mateconf_quote_string ()

gchar *
mateconf_quote_string (const gchar *str);

Returns


mateconf_unquote_string ()

gchar *
mateconf_unquote_string (const gchar *str,
                         const gchar **end,
                         GError **err);

Returns


mateconf_unquote_string_inplace ()

void
mateconf_unquote_string_inplace (gchar *str,
                                 gchar **end,
                                 GError **err);


mateconf_value_decode ()

MateConfValue *
mateconf_value_decode (const gchar *encoded);

Returns


mateconf_value_encode ()

gchar *
mateconf_value_encode (MateConfValue *val);

Returns


mateconf_value_list_from_primitive_list ()

MateConfValue *
mateconf_value_list_from_primitive_list
                               (MateConfValueType list_type,
                                GSList *list,
                                GError **err);

Returns


mateconf_value_pair_from_primitive_pair ()

MateConfValue *
mateconf_value_pair_from_primitive_pair
                               (MateConfValueType car_type,
                                MateConfValueType cdr_type,
                                gconstpointer address_of_car,
                                gconstpointer address_of_cdr,
                                GError **err);

Returns


mateconf_value_list_to_primitive_list_destructive ()

GSList *
mateconf_value_list_to_primitive_list_destructive
                               (MateConfValue *val,
                                MateConfValueType list_type,
                                GError **err);

Returns


mateconf_value_pair_to_primitive_pair_destructive ()

gboolean
mateconf_value_pair_to_primitive_pair_destructive
                               (MateConfValue *val,
                                MateConfValueType car_type,
                                MateConfValueType cdr_type,
                                gpointer car_retloc,
                                gpointer cdr_retloc,
                                GError **err);

Returns


mateconf_set_daemon_mode ()

void
mateconf_set_daemon_mode (gboolean setting);


mateconf_handle_oaf_exception ()

gboolean
mateconf_handle_oaf_exception (CORBA_Environment *ev,
                               GError **err);

Returns

Types and Values

enum MateConfLogPriority

Members

GCL_EMERG

   

GCL_ALERT

   

GCL_CRIT

   

GCL_ERR

   

GCL_WARNING

   

GCL_NOTICE

   

GCL_INFO

   

GCL_DEBUG