border: silence a GIScanner warning

This commit is contained in:
Cosimo Cecchi 2015-12-16 10:40:18 -08:00
parent ea3df24735
commit 13b9515e63

View File

@ -31,7 +31,8 @@
* *
* Allocates a new #GtkBorder-struct and initializes its elements to zero. * Allocates a new #GtkBorder-struct and initializes its elements to zero.
* *
* Returns: a newly allocated #GtkBorder-struct. Free with gtk_border_free() * Returns: (transfer full): a newly allocated #GtkBorder-struct.
* Free with gtk_border_free()
* *
* Since: 2.14 * Since: 2.14
*/ */
@ -47,7 +48,7 @@ gtk_border_new (void)
* *
* Copies a #GtkBorder-struct. * Copies a #GtkBorder-struct.
* *
* Returns: a copy of @border_. * Returns: (transfer full): a copy of @border_.
*/ */
GtkBorder * GtkBorder *
gtk_border_copy (const GtkBorder *border_) gtk_border_copy (const GtkBorder *border_)