diff options
author | Mariano Suárez-Alvarez <mariano@gnome.org> | 2006-12-26 22:20:06 +0000 |
---|---|---|
committer | Mariano Suárez-Alvarez <mariano@src.gnome.org> | 2006-12-26 22:20:06 +0000 |
commit | 0b0746e44d176ed6eb839257cc3cb9b6065a9978 (patch) | |
tree | dacf5061a550c646060a1b7fe101bf8c292c5e45 /gtk/gtkfilechooserbutton.h | |
parent | 962e54f14042cc9fa921cd07a1ec2aeb30228a61 (diff) | |
download | gtk+-0b0746e44d176ed6eb839257cc3cb9b6065a9978.tar.gz |
Add a file-set signal to the filechooser button. Bug 353196.
2006-12-26 Mariano Suárez-Alvarez <mariano@gnome.org>
* gtk/gtkfilechooserbuuton.[hc]: Add a file-set signal to the
filechooser button. Bug 353196.
Diffstat (limited to 'gtk/gtkfilechooserbutton.h')
-rw-r--r-- | gtk/gtkfilechooserbutton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.h b/gtk/gtkfilechooserbutton.h index 8d896b4c19..979c4b577e 100644 --- a/gtk/gtkfilechooserbutton.h +++ b/gtk/gtkfilechooserbutton.h @@ -58,6 +58,8 @@ struct _GtkFileChooserButtonClass /*< private >*/ GtkHBoxClass parent_class; + void (* file_set) (GtkFileChooserButton *fc); + void (*__gtk_reserved1); void (*__gtk_reserved2); void (*__gtk_reserved3); @@ -65,7 +67,6 @@ struct _GtkFileChooserButtonClass void (*__gtk_reserved5); void (*__gtk_reserved6); void (*__gtk_reserved7); - void (*__gtk_reserved8); }; |