summaryrefslogtreecommitdiff
path: root/gtk/gtkoffscreenwindow.c
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-12-28 09:23:05 -0600
committerCody Russell <bratsche@gnome.org>2009-12-28 09:33:42 -0600
commit4681f0b4677baef7b55d6b729883c4ea74a9a12c (patch)
tree72ec9734c4ccc1c894b78f1f5c16b565a8510981 /gtk/gtkoffscreenwindow.c
parent09b25f9739b705c786878c05caee3a8c5c2ac9d3 (diff)
downloadgtk+-4681f0b4677baef7b55d6b729883c4ea74a9a12c.tar.gz
Add 'Since 2.20' documentation.
Diffstat (limited to 'gtk/gtkoffscreenwindow.c')
-rw-r--r--gtk/gtkoffscreenwindow.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkoffscreenwindow.c b/gtk/gtkoffscreenwindow.c
index fb6b9d90b7..2b9b415712 100644
--- a/gtk/gtkoffscreenwindow.c
+++ b/gtk/gtkoffscreenwindow.c
@@ -247,6 +247,8 @@ gtk_offscreen_window_init (GtkOffscreenWindow *window)
* hierarchy, gtk_widget_get_snapshot() can be used instead.
*
* Return value: A pointer to a #GtkWidget
+ *
+ * Since: 2.20
**/
GtkWidget *
gtk_offscreen_window_new (void)
@@ -262,6 +264,8 @@ gtk_offscreen_window_new (void)
* resizes then you should add a reference to it.
*
* Returns: A #GdkPixmap pointer to the offscreen pixmap, or %NULL.
+ *
+ * Since: 2.20
**/
GdkPixmap *
gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen)
@@ -280,6 +284,8 @@ gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen)
* needed.
*
* Returns: A #GdkPixbuf pointer, or %NULL.
+ *
+ * Since: 2.20
**/
GdkPixbuf *
gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen)