]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserdefault.h
Some more documentation fixes
[~andy/gtk] / gtk / gtkfilechooserdefault.h
index 714acce85ea2c496186b5fcd1a3bf27465417ab0..3c90de2100a5742c4047585fceba396891bdc970 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #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