forked from AuroraMiddleware/gtk
forgot the G_GNUC_CONST of gtk_orientable_get_type().
2008-09-30 Michael Natterer <mitch@imendio.com> * gtk/gtk.symbols: forgot the G_GNUC_CONST of gtk_orientable_get_type(). svn path=/trunk/; revision=21551
This commit is contained in:
parent
ee3ea1b376
commit
6a3a9c957c
@ -1,3 +1,8 @@
|
||||
2008-09-30 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtk.symbols: forgot the G_GNUC_CONST of
|
||||
gtk_orientable_get_type().
|
||||
|
||||
2008-09-30 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
Bug 541009 – Get rid of separate subclasses for horizontal and
|
||||
|
@ -2550,8 +2550,8 @@ gtk_object_get_type G_GNUC_CONST
|
||||
|
||||
#if IN_HEADER(__GTK_ORIENTABLE_H__)
|
||||
#if IN_FILE(__GTK_ORIENTABLE_C__)
|
||||
gtk_orientable_get_type
|
||||
gtk_orientable_get_orientation
|
||||
gtk_orientable_get_type G_GNUC_CONST
|
||||
gtk_orientable_set_orientation
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user