Add gtk_tool_shell_get_type

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
This commit is contained in:
Matthias Clasen 2008-02-15 23:13:30 +00:00 committed by Matthias Clasen
parent 4b9d90e5ad
commit a6ccc040a2
3 changed files with 11 additions and 0 deletions

View File

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

View 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

View File

@ -17,6 +17,10 @@
* 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>