diff options
author | Manish Singh <yosh@gimp.org> | 2002-10-09 22:11:08 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-10-09 22:11:08 +0000 |
commit | fb6a7df846c6f553a2cd3387b12d0027bc986f43 (patch) | |
tree | 87c776791d7b8c688bc8695ef095b05d783ed6f1 /gtk/gtkbindings.h | |
parent | 7eecad56f8757d5e034ab69171b0b3d32d18e6d1 (diff) | |
download | gdk-pixbuf-fb6a7df846c6f553a2cd3387b12d0027bc986f43.tar.gz |
Deprecation cleanup
Wed Oct 9 15:07:08 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkbindings.[ch] gtk/gtkcalendar.[ch] gtk/gtkfilesel.[ch]
gtk/gtkfontsel.[ch] gtk/gtkitem.[ch] gtk/gtkitemfactory.[ch]:
Deprecation cleanup
Diffstat (limited to 'gtk/gtkbindings.h')
-rw-r--r-- | gtk/gtkbindings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbindings.h b/gtk/gtkbindings.h index a481f23df..c906ca6fb 100644 --- a/gtk/gtkbindings.h +++ b/gtk/gtkbindings.h @@ -86,7 +86,7 @@ struct _GtkBindingSignal struct _GtkBindingArg { - GtkType arg_type; + GType arg_type; union { glong long_data; gdouble double_data; |