filechooser: Attach GSettings object to GtkSettings

... instead of keeping one per GtkFileChooserDefault. This allows using
it in other places, too.
This commit is contained in:
Benjamin Otte
2013-01-23 03:23:33 +01:00
parent b112a85395
commit 78d91aaf9b
4 changed files with 59 additions and 38 deletions

View File

@ -52,6 +52,8 @@ GQuark _gtk_file_chooser_delegate_get_quark (void) G_GNUC_CONST;
GList *_gtk_file_chooser_extract_recent_folders (GList *infos);
GSettings *_gtk_file_chooser_get_settings_for_widget (GtkWidget *widget);
G_END_DECLS
#endif /* __GTK_FILE_CHOOSER_UTILS_H__ */