Add offscreen window symbols to gtk.symbols

This commit is contained in:
Cody Russell 2009-12-18 14:52:36 +01:00 committed by Tristan Van Berkom
parent cab66c128c
commit f76e9f5804
2 changed files with 8 additions and 0 deletions

View File

@ -2723,6 +2723,13 @@ gtk_object_get_type G_GNUC_CONST
#endif
#endif
#if IN_HEADER(__GTK_OFFSCREEN_WINDOW_H__)
#if IN_FILE(__GTK_OFFSCREEN_WINDOW_C__)
gtk_offscreen_window_get_type G_GNUC_CONST
gtk_offscreen_window_new
#endif
#endif
#if IN_HEADER(__GTK_ORIENTABLE_H__)
#if IN_FILE(__GTK_ORIENTABLE_C__)
gtk_orientable_get_orientation

View File

@ -1,4 +1,5 @@
#include "gtkoffscreenwindow.h"
#include "gtkalias.h"
G_DEFINE_TYPE (GtkOffscreenWindow, gtk_offscreen_window, GTK_TYPE_WINDOW);