X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfilechooserutils.h;h=ad9ef364b51eed0a0d8000cf9d28a8549ed1627f;hb=7c2a752b3724ad9ac88b7abfecc63e4e0eb7eb54;hp=2aff40639a9772c22efa6721b9b8f1e311ad642f;hpb=77d4d3cdae0739c0a5643fb23891f8790f05c074;p=~andy%2Fgtk diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h index 2aff40639..ad9ef364b 100644 --- a/gtk/gtkfilechooserutils.h +++ b/gtk/gtkfilechooserutils.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #ifndef __GTK_FILE_CHOOSER_UTILS_H__ @@ -31,10 +29,9 @@ G_BEGIN_DECLS typedef enum { GTK_FILE_CHOOSER_PROP_FIRST = 0x1000, GTK_FILE_CHOOSER_PROP_ACTION = GTK_FILE_CHOOSER_PROP_FIRST, - /* GTK_FILE_CHOOSER_PROP_FILE_SYSTEM_BACKEND, */ GTK_FILE_CHOOSER_PROP_FILTER, GTK_FILE_CHOOSER_PROP_LOCAL_ONLY, - GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET, + GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET, GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET_ACTIVE, GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL, GTK_FILE_CHOOSER_PROP_EXTRA_WIDGET, @@ -53,6 +50,10 @@ void _gtk_file_chooser_set_delegate (GtkFileChooser *receiver, 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__ */