summaryrefslogtreecommitdiff
path: root/gtk/gtkoffscreenwindow.h
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-12-18 20:08:45 +0100
committerCody Russell <bratsche@gnome.org>2009-12-28 09:33:42 -0600
commit1c92a54983e590fc4ae17e26e7b51e7a191c4da1 (patch)
tree80f1a12337dabb9ba18b7d75b44da0c887bf7880 /gtk/gtkoffscreenwindow.h
parent5e76656a6593c6c8684aef4931b4402896b6d656 (diff)
downloadgtk+-1c92a54983e590fc4ae17e26e7b51e7a191c4da1.tar.gz
Add gtk_offscreen_window_get_pixmap() and gtk_offscreen_window_get_pixbuf(), some API docs.
Diffstat (limited to 'gtk/gtkoffscreenwindow.h')
-rw-r--r--gtk/gtkoffscreenwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkoffscreenwindow.h b/gtk/gtkoffscreenwindow.h
index 75486f683f..518b8df261 100644
--- a/gtk/gtkoffscreenwindow.h
+++ b/gtk/gtkoffscreenwindow.h
@@ -52,6 +52,8 @@ struct _GtkOffscreenWindowClass
GType gtk_offscreen_window_get_type () G_GNUC_CONST;
GtkWidget *gtk_offscreen_window_new ();
+GdkPixmap *gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen);
+GdkPixbuf *gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen);
G_END_DECLS