summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-11-07 03:33:18 +0100
committerBenjamin Otte <otte@redhat.com>2011-12-16 20:09:13 +0100
commit6ab681c094f2812891f11b1f9bffe6e0e65e23b4 (patch)
tree7d5fd1fbad42c6947add228483c044e8bed815da /gtk/gtkfilechooserentry.h
parentc9b220275a49461088baa86d117c86791fa28cc9 (diff)
downloadgtk+-6ab681c094f2812891f11b1f9bffe6e0e65e23b4.tar.gz
filechooserentry: Remove _gtk_file_chooser_entry_set_file_part()
gtk_entry_set_text() is fine.
Diffstat (limited to 'gtk/gtkfilechooserentry.h')
-rw-r--r--gtk/gtkfilechooserentry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserentry.h b/gtk/gtkfilechooserentry.h
index f01e47bbaf..216b8ae724 100644
--- a/gtk/gtkfilechooserentry.h
+++ b/gtk/gtkfilechooserentry.h
@@ -39,8 +39,6 @@ void _gtk_file_chooser_entry_set_action (GtkFileChooserEnt
GtkFileChooserAction _gtk_file_chooser_entry_get_action (GtkFileChooserEntry *chooser_entry);
void _gtk_file_chooser_entry_set_base_folder (GtkFileChooserEntry *chooser_entry,
GFile *folder);
-void _gtk_file_chooser_entry_set_file_part (GtkFileChooserEntry *chooser_entry,
- const gchar *file_part);
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,