Move a function around

_Gtk_file_chooser_label_for_file is not actually
used in gtkfilechooserdefault.c anymore, so move
it to a better place.
This commit is contained in:
Matthias Clasen
2013-11-09 19:27:53 -05:00
parent 8b7940c0b1
commit 2b177587e6
4 changed files with 52 additions and 58 deletions

View File

@ -54,6 +54,8 @@ GList *_gtk_file_chooser_extract_recent_folders (GList *infos);
GSettings *_gtk_file_chooser_get_settings_for_widget (GtkWidget *widget);
gchar * _gtk_file_chooser_label_for_file (GFile *file);
G_END_DECLS
#endif /* __GTK_FILE_CHOOSER_UTILS_H__ */