~ubuntu-branches/ubuntu/quantal/gconf/quantal

« back to all changes in this revision

Viewing changes to gconf/gconf-locale.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2007-11-01 18:47:26 UTC
  • mto: (7.1.1 lenny) (1.2.1) (76.1.1 oneiric-proposed)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20071101184726-e3e4cxfcp41tz6ui
Tags: upstream-2.20.1
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <glib.h>
24
24
 
25
 
#ifdef __cplusplus
26
 
extern "C" {
27
 
#endif /* __cplusplus */
 
25
G_BEGIN_DECLS
28
26
 
29
27
/*
30
28
 * This thing caches the fallback list for a locale string.
63
61
/* Use this if you don't care about the locale cache */
64
62
gchar**           gconf_split_locale               (const gchar* locale);
65
63
 
66
 
#ifdef __cplusplus
67
 
}
68
 
#endif /* __cplusplus */
 
64
G_END_DECLS
69
65
 
70
66
#endif
71
67