GCredentials: Fix ABI break when adding NetBSD support
[platform/upstream/glib.git] / gio / ginitable.c
index 38f46e7..23d6069 100644 (file)
@@ -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