mateconf-locale

mateconf-locale

Functions

Types and Values

Description

Functions

mateconf_locale_cache_new ()

MateConfLocaleCache *
mateconf_locale_cache_new (void);

Returns


mateconf_locale_cache_free ()

void
mateconf_locale_cache_free (MateConfLocaleCache *cache);


mateconf_locale_cache_expire ()

void
mateconf_locale_cache_expire (MateConfLocaleCache *cache,
                              guint max_age_exclusive_in_seconds);


mateconf_locale_list_ref ()

void
mateconf_locale_list_ref (MateConfLocaleList *list);


mateconf_locale_list_unref ()

void
mateconf_locale_list_unref (MateConfLocaleList *list);


mateconf_locale_cache_get_list ()

MateConfLocaleList *
mateconf_locale_cache_get_list (MateConfLocaleCache *cache,
                                const gchar *locale);

Returns


mateconf_split_locale ()

gchar **
mateconf_split_locale (const gchar *locale);

Returns

Types and Values

MateConfLocaleCache

typedef struct _MateConfLocaleCache MateConfLocaleCache;


struct MateConfLocaleList

struct MateConfLocaleList {
  const gchar** list;
};