Move cc_add_user_language

Move it to cc-common-language.c and rename it
to cc_common_language_add_user_languages
This commit is contained in:
Matthias Clasen 2013-01-27 11:02:53 -05:00 committed by Rui Matos
parent 148e311aa6
commit 1ecd607bcb
5 changed files with 53 additions and 52 deletions

View file

@ -55,6 +55,8 @@ void cc_common_language_setup_list (GtkWidget *treeview,
GHashTable *initial);
void cc_common_language_select_current_language (GtkTreeView *treeview);
void cc_common_language_add_user_languages (GtkTreeModel *model);
G_END_DECLS
#endif