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:
Michael Natterer 2008-09-30 08:37:34 +00:00 committed by Michael Natterer
parent ee3ea1b376
commit 6a3a9c957c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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