| Top |
MateConfValue *
mateconf_value_from_corba_value (const ConfigValue *value);
MateConfSchema *
mateconf_schema_from_corba_schema (const ConfigSchema *cs);
const gchar *
mateconf_value_type_to_string (MateConfValueType type);
MateConfValueType
mateconf_value_type_from_string (const gchar *str);
GSList * mateconf_load_source_path (const gchar *filename,GError **err);
MateConfValue * mateconf_value_new_list_from_string (MateConfValueType list_type,const gchar *str,GError **err);
This function does not work. Don't use it.
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.
gchar * mateconf_unquote_string (const gchar *str,const gchar **end,GError **err);
void mateconf_unquote_string_inplace (gchar *str,gchar **end,GError **err);
MateConfValue * mateconf_value_list_from_primitive_list (MateConfValueType list_type,GSList *list,GError **err);
MateConfValue * mateconf_value_pair_from_primitive_pair (MateConfValueType car_type,MateConfValueType cdr_type,gconstpointer address_of_car,gconstpointer address_of_cdr,GError **err);
GSList * mateconf_value_list_to_primitive_list_destructive (MateConfValue *val,MateConfValueType list_type,GError **err);
gboolean mateconf_value_pair_to_primitive_pair_destructive (MateConfValue *val,MateConfValueType car_type,MateConfValueType cdr_type,gpointer car_retloc,gpointer cdr_retloc,GError **err);