]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserentry.h
Updated galician translations
[~andy/gtk] / gtk / gtkfilechooserentry.h
index 19d06b87c9cc93f3b0645dd5be636894043ae135..a9c9f8388cbfbd4c7c1955f1558a4c875d15caeb 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "gtkfilesystem.h"
 #include "gtkfilechooser.h"
-#include <gtk/gtkwidget.h>
 
 G_BEGIN_DECLS
 
@@ -41,13 +40,17 @@ GtkFileChooserAction _gtk_file_chooser_entry_get_action       (GtkFileChooserEnt
 void               _gtk_file_chooser_entry_set_file_system    (GtkFileChooserEntry *chooser_entry,
                                                               GtkFileSystem       *file_system);
 void               _gtk_file_chooser_entry_set_base_folder    (GtkFileChooserEntry *chooser_entry,
-                                                              const GtkFilePath   *path);
+                                                              GFile               *folder);
 void               _gtk_file_chooser_entry_set_file_part      (GtkFileChooserEntry *chooser_entry,
                                                               const gchar         *file_part);
-const GtkFilePath *_gtk_file_chooser_entry_get_current_folder (GtkFileChooserEntry *chooser_entry);
+GFile *            _gtk_file_chooser_entry_get_current_folder (GtkFileChooserEntry *chooser_entry);
 const gchar *      _gtk_file_chooser_entry_get_file_part      (GtkFileChooserEntry *chooser_entry);
 gboolean           _gtk_file_chooser_entry_get_is_folder      (GtkFileChooserEntry *chooser_entry,
-                                                              const GtkFilePath   *path);
+                                                              GFile               *file);
+void               _gtk_file_chooser_entry_select_filename    (GtkFileChooserEntry *chooser_entry);
+void               _gtk_file_chooser_entry_set_local_only     (GtkFileChooserEntry *chooser_entry,
+                                                               gboolean             local_only);
+gboolean           _gtk_file_chooser_entry_get_local_only     (GtkFileChooserEntry *chooser_entry);
 
 G_END_DECLS