diff options
author | Benjamin Otte <otte@redhat.com> | 2013-01-23 03:23:33 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-01-24 14:28:58 +0100 |
commit | 78d91aaf9b9777d0d42879b5d4495265ea0abaa6 (patch) | |
tree | 99e07464da3579c8ad2c3cbc4618c6de52539b6b /gtk/gtkfilechooserutils.h | |
parent | b112a85395c5e3cd28456f2c012289dc5938f818 (diff) | |
download | gtk+-78d91aaf9b9777d0d42879b5d4495265ea0abaa6.tar.gz |
filechooser: Attach GSettings object to GtkSettings
... instead of keeping one per GtkFileChooserDefault. This allows using
it in other places, too.
Diffstat (limited to 'gtk/gtkfilechooserutils.h')
-rw-r--r-- | gtk/gtkfilechooserutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h index f4861eeae1..ad9ef364b5 100644 --- a/gtk/gtkfilechooserutils.h +++ b/gtk/gtkfilechooserutils.h @@ -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__ */ |