summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.h
diff options
context:
space:
mode:
authorMariano Suárez-Alvarez <mariano@gnome.org>2006-12-26 22:20:06 +0000
committerMariano Suárez-Alvarez <mariano@src.gnome.org>2006-12-26 22:20:06 +0000
commit0b0746e44d176ed6eb839257cc3cb9b6065a9978 (patch)
treedacf5061a550c646060a1b7fe101bf8c292c5e45 /gtk/gtkfilechooserbutton.h
parent962e54f14042cc9fa921cd07a1ec2aeb30228a61 (diff)
downloadgtk+-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.h3
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);
};