diff options
Diffstat (limited to 'gtk/gtktextattributes.c')
-rw-r--r-- | gtk/gtktextattributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextattributes.c b/gtk/gtktextattributes.c index 363c4699ca..a5dd897eff 100644 --- a/gtk/gtktextattributes.c +++ b/gtk/gtktextattributes.c @@ -58,7 +58,7 @@ * Creates a #GtkTextAttributes, which describes * a set of properties on some text. * - * Return value: a new #GtkTextAttributes, + * Returns: a new #GtkTextAttributes, * free with gtk_text_attributes_unref(). */ GtkTextAttributes* @@ -86,7 +86,7 @@ gtk_text_attributes_new (void) * * Copies @src and returns a new #GtkTextAttributes. * - * Return value: a copy of @src, + * Returns: a copy of @src, * free with gtk_text_attributes_unref() */ GtkTextAttributes* |