mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-20 02:10:12 +00:00
Add offscreen window symbols to gtk.symbols
This commit is contained in:
parent
cab66c128c
commit
f76e9f5804
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include "gtkoffscreenwindow.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
G_DEFINE_TYPE (GtkOffscreenWindow, gtk_offscreen_window, GTK_TYPE_WINDOW);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user