X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfilechooserdefault.h;h=3c90de2100a5742c4047585fceba396891bdc970;hb=1074aa0c49f647ed4b2a969618051c59da5aad01;hp=714acce85ea2c496186b5fcd1a3bf27465417ab0;hpb=fce9c8b7d45145c4556650843218e0b76c065c18;p=~andy%2Fgtk diff --git a/gtk/gtkfilechooserdefault.h b/gtk/gtkfilechooserdefault.h index 714acce85..3c90de210 100644 --- a/gtk/gtkfilechooserdefault.h +++ b/gtk/gtkfilechooserdefault.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserdefault.h: Default implementation of GtkFileChooser * Copyright (C) 2003, Red Hat, Inc. * @@ -13,9 +13,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_DEFAULT_H__ @@ -33,7 +31,9 @@ G_BEGIN_DECLS typedef struct _GtkFileChooserDefault GtkFileChooserDefault; GType _gtk_file_chooser_default_get_type (void) G_GNUC_CONST; -GtkWidget *_gtk_file_chooser_default_new (const char *file_system); +GtkWidget *_gtk_file_chooser_default_new (void); + +gchar * _gtk_file_chooser_label_for_file (GFile *file); G_END_DECLS