gconf-locale

gconf-locale

Functions

Types and Values

Description

Functions

gconf_locale_cache_new ()

GConfLocaleCache *
gconf_locale_cache_new (void);


gconf_locale_cache_free ()

void
gconf_locale_cache_free (GConfLocaleCache *cache);


gconf_locale_cache_expire ()

void
gconf_locale_cache_expire (GConfLocaleCache *cache,
                           guint max_age_exclusive_in_seconds);


gconf_locale_list_ref ()

void
gconf_locale_list_ref (GConfLocaleList *list);


gconf_locale_list_unref ()

void
gconf_locale_list_unref (GConfLocaleList *list);


gconf_locale_cache_get_list ()

GConfLocaleList *
gconf_locale_cache_get_list (GConfLocaleCache *cache,
                             const gchar *locale);


gconf_split_locale ()

gchar **
gconf_split_locale (const gchar *locale);

Types and Values

GConfLocaleCache

typedef struct _GConfLocaleCache GConfLocaleCache;


struct GConfLocaleList

struct GConfLocaleList {
  const gchar** list;
};