diff options
author | Michael Natterer <mitch@imendio.com> | 2008-09-30 08:37:34 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-09-30 08:37:34 +0000 |
commit | 6a3a9c957c89a5896d3bd904dc5b59ff1ae40011 (patch) | |
tree | 66534c036845376898bbca915a29bc72a4a1e632 /gtk/gtk.symbols | |
parent | ee3ea1b37611a1f422bd82525d1c855ca1b7aaac (diff) | |
download | gtk+-6a3a9c957c89a5896d3bd904dc5b59ff1ae40011.tar.gz |
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
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 537be335ca..6813133268 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -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 |