diff options
Diffstat (limited to 'gtk/gtkoffscreenwindow.h')
-rw-r--r-- | gtk/gtkoffscreenwindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkoffscreenwindow.h b/gtk/gtkoffscreenwindow.h index d4592a0b53..1fc4782c21 100644 --- a/gtk/gtkoffscreenwindow.h +++ b/gtk/gtkoffscreenwindow.h @@ -53,10 +53,14 @@ struct _GtkOffscreenWindowClass void (*_gtk_reserved4) (void); }; +GDK_AVAILABLE_IN_ALL GType gtk_offscreen_window_get_type (void) G_GNUC_CONST; +GDK_AVAILABLE_IN_ALL GtkWidget *gtk_offscreen_window_new (void); +GDK_AVAILABLE_IN_ALL cairo_surface_t *gtk_offscreen_window_get_surface (GtkOffscreenWindow *offscreen); +GDK_AVAILABLE_IN_ALL GdkPixbuf *gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen); G_END_DECLS |