diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-11 19:18:36 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-11 19:18:36 +0000 |
commit | 7f8ae32c1d8c48cb361d1864c27a69f27f6a2dbd (patch) | |
tree | 8d00400d98eb3f137b13b35fdbe6f1a4df2ee3ab /gtk/gtkfilechooser.h | |
parent | 10d77dd6dae4ab21fc4c2b441e73a403905ab6aa (diff) | |
download | gtk+-7f8ae32c1d8c48cb361d1864c27a69f27f6a2dbd.tar.gz |
Add gtk_file_chooser_set_current_name() to set the current entry contents.
Fri Jul 11 14:37:07 2003 Owen Taylor <otaylor@redhat.com>
* gtkfilechooser.[ch] gtkfilechooserprivate.h
gtkfilechooserimpldefault.c: Add
gtk_file_chooser_set_current_name() to set the current
entry contents.
* *.c: Consistently use '-' not '_' in property names and
signal names.
* gtkfilechooser.c: Document all exported functions.
Diffstat (limited to 'gtk/gtkfilechooser.h')
-rw-r--r-- | gtk/gtkfilechooser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkfilechooser.h b/gtk/gtkfilechooser.h index 41ebc06fd5..145cb2c1f1 100644 --- a/gtk/gtkfilechooser.h +++ b/gtk/gtkfilechooser.h @@ -56,6 +56,8 @@ gboolean gtk_file_chooser_get_select_multiple (GtkFileChooser /* Filename manipulation */ +void gtk_file_chooser_set_current_name (GtkFileChooser *chooser, + const gchar *name); gchar * gtk_file_chooser_get_filename (GtkFileChooser *chooser); void gtk_file_chooser_set_filename (GtkFileChooser *chooser, const char *filename); |