mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
docs: use "Returns:" consistently
Instead of "Return value:".
This commit is contained in:
@@ -127,7 +127,7 @@ g_initable_init (GInitable *initable,
|
||||
* similar to g_object_new() but also initializes the object
|
||||
* and returns %NULL, setting an error on failure.
|
||||
*
|
||||
* Return value: (type GObject.Object) (transfer full): a newly allocated
|
||||
* Returns: (type GObject.Object) (transfer full): a newly allocated
|
||||
* #GObject, or %NULL on error
|
||||
*
|
||||
* Since: 2.22
|
||||
@@ -164,7 +164,7 @@ g_initable_new (GType object_type,
|
||||
* similar to g_object_newv() but also initializes the object
|
||||
* and returns %NULL, setting an error on failure.
|
||||
*
|
||||
* Return value: (type GObject.Object) (transfer full): a newly allocated
|
||||
* Returns: (type GObject.Object) (transfer full): a newly allocated
|
||||
* #GObject, or %NULL on error
|
||||
*
|
||||
* Since: 2.22
|
||||
@@ -205,7 +205,7 @@ g_initable_newv (GType object_type,
|
||||
* similar to g_object_new_valist() but also initializes the object
|
||||
* and returns %NULL, setting an error on failure.
|
||||
*
|
||||
* Return value: (type GObject.Object) (transfer full): a newly allocated
|
||||
* Returns: (type GObject.Object) (transfer full): a newly allocated
|
||||
* #GObject, or %NULL on error
|
||||
*
|
||||
* Since: 2.22
|
||||
|
Reference in New Issue
Block a user