user-accounts: Move more functions to common/

This commit is contained in:
Bastien Nocera 2011-01-24 18:20:18 +00:00
parent e2dafa4169
commit 93832da41f
3 changed files with 12 additions and 96 deletions

View file

@ -41,6 +41,8 @@ gint cc_common_language_sort_languages (GtkTreeModel *model,
gboolean cc_common_language_get_iter_for_language (GtkTreeModel *model,
const gchar *lang,
GtkTreeIter *iter);
void cc_common_language_add_available_languages (GtkListStore *store);
gboolean cc_common_language_has_font (const gchar *locale);
G_END_DECLS