diff options
Diffstat (limited to 'gtk/gtkinvisible.c')
-rw-r--r-- | gtk/gtkinvisible.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk/gtkinvisible.c b/gtk/gtkinvisible.c index 4e1418e0ac..7b7896bf34 100644 --- a/gtk/gtkinvisible.c +++ b/gtk/gtkinvisible.c @@ -156,6 +156,8 @@ gtk_invisible_destroy (GtkObject *object) * Creates a new #GtkInvisible object for a specified screen * * Return value: a newly created #GtkInvisible object + * + * Since: 2.2 **/ GtkWidget* gtk_invisible_new_for_screen (GdkScreen *screen) @@ -184,6 +186,8 @@ gtk_invisible_new (void) * @screen: a #GdkScreen. * * Sets the #GdkScreen where the #GtkInvisible object will be displayed. + * + * Since: 2.2 **/ void gtk_invisible_set_screen (GtkInvisible *invisible, @@ -222,7 +226,9 @@ gtk_invisible_set_screen (GtkInvisible *invisible, * * Returns the #GdkScreen object associated with @invisible * - * Return value : the associated #GdkScreen. + * Return value: the associated #GdkScreen. + * + * Since: 2.2 **/ GdkScreen * gtk_invisible_get_screen (GtkInvisible *invisible) |