]> Pileus Git - ~andy/gtk/commitdiff
Add gtk_tool_shell_get_type
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Feb 2008 23:13:30 +0000 (23:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 15 Feb 2008 23:13:30 +0000 (23:13 +0000)
2008-02-15  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtk.symbols: Add gtk_tool_shell_get_type

        * gtk/gtktestutils.c: Don't generate unnecessary PLT entries

svn path=/trunk/; revision=19585

ChangeLog
gtk/gtk.symbols
gtk/gtktestutils.c

index 1fa970b39b980e29ed9411c93ed2a3a915798d80..e44ff69873caf698092aee0c3d1a5a370b780e0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols: Add gtk_tool_shell_get_type
+
+       * gtk/gtktestutils.c: Don't generate unnecessary PLT entries
+
 2008-02-15  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/GdkQuartzView.c: Adapt to the change to use frame
index 0065218345210d1e80a03fb0d52319dc8dd10fa5..31dc0fbddebd6819cac71657e03c40525ffe3054 100644 (file)
@@ -4057,6 +4057,7 @@ gtk_toolbar_unset_style
 
 #if IN_HEADER(__GTK_TOOL_SHELL_H__)
 #if IN_FILE(__GTK_TOOL_SHELL_C__)
+gtk_tool_shell_get_type G_GNUC_CONST
 gtk_tool_shell_get_icon_size
 gtk_tool_shell_get_orientation
 gtk_tool_shell_get_style
index dfafa7bfbeaebf585be759ec4a4894d331e16ccf..6127b23a5185e70138aee7e6b5ecc75c4a797846 100644 (file)
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+
+/* need to get the prototypes of all get_type functions */
+#define GTK_ENABLE_BROKEN
+
 #include "gtktestutils.h"
 #include <gtk/gtk.h>
 #include <gdk/gdktestutils.h>