Add 'Since 2.20' documentation.
This commit is contained in:
parent
b7fd519822
commit
2831ef6b19
@ -247,6 +247,8 @@ gtk_offscreen_window_init (GtkOffscreenWindow *window)
|
|||||||
* hierarchy, gtk_widget_get_snapshot() can be used instead.
|
* hierarchy, gtk_widget_get_snapshot() can be used instead.
|
||||||
*
|
*
|
||||||
* Return value: A pointer to a #GtkWidget
|
* Return value: A pointer to a #GtkWidget
|
||||||
|
*
|
||||||
|
* Since: 2.20
|
||||||
**/
|
**/
|
||||||
GtkWidget *
|
GtkWidget *
|
||||||
gtk_offscreen_window_new (void)
|
gtk_offscreen_window_new (void)
|
||||||
@ -262,6 +264,8 @@ gtk_offscreen_window_new (void)
|
|||||||
* resizes then you should add a reference to it.
|
* resizes then you should add a reference to it.
|
||||||
*
|
*
|
||||||
* Returns: A #GdkPixmap pointer to the offscreen pixmap, or %NULL.
|
* Returns: A #GdkPixmap pointer to the offscreen pixmap, or %NULL.
|
||||||
|
*
|
||||||
|
* Since: 2.20
|
||||||
**/
|
**/
|
||||||
GdkPixmap *
|
GdkPixmap *
|
||||||
gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen)
|
gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen)
|
||||||
@ -280,6 +284,8 @@ gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen)
|
|||||||
* needed.
|
* needed.
|
||||||
*
|
*
|
||||||
* Returns: A #GdkPixbuf pointer, or %NULL.
|
* Returns: A #GdkPixbuf pointer, or %NULL.
|
||||||
|
*
|
||||||
|
* Since: 2.20
|
||||||
**/
|
**/
|
||||||
GdkPixbuf *
|
GdkPixbuf *
|
||||||
gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen)
|
gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen)
|
||||||
|
Loading…
Reference in New Issue
Block a user