diff options
Diffstat (limited to 'gtk/gtkinvisible.c')
-rw-r--r-- | gtk/gtkinvisible.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkinvisible.c b/gtk/gtkinvisible.c index 788f545795..628b2d2d55 100644 --- a/gtk/gtkinvisible.c +++ b/gtk/gtkinvisible.c @@ -143,7 +143,7 @@ gtk_invisible_destroy (GtkWidget *widget) * * Creates a new #GtkInvisible object for a specified screen * - * Return value: a newly created #GtkInvisible object + * Returns: a newly created #GtkInvisible object * * Since: 2.2 **/ @@ -160,7 +160,7 @@ gtk_invisible_new_for_screen (GdkScreen *screen) * * Creates a new #GtkInvisible. * - * Return value: a new #GtkInvisible. + * Returns: a new #GtkInvisible. **/ GtkWidget* gtk_invisible_new (void) @@ -217,7 +217,7 @@ gtk_invisible_set_screen (GtkInvisible *invisible, * * Returns the #GdkScreen object associated with @invisible * - * Return value: (transfer none): the associated #GdkScreen. + * Returns: (transfer none): the associated #GdkScreen. * * Since: 2.2 **/ |