summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-util.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2023-05-02 09:40:49 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2023-05-02 09:40:49 +0000
commitf4689b7269206d51f4bc5699e835f311756aa032 (patch)
treeafd7bb548dbdaf378d1fd72e7895bce1eb6e6d6d /gdk-pixbuf/gdk-pixbuf-util.c
parentad6f0d44fbbae586e454d5f380e27ca80dc3b00e (diff)
parent4fc028aa9224f4b8ec118aebe4ff33e68c050697 (diff)
downloadgdk-pixbuf-f4689b7269206d51f4bc5699e835f311756aa032.tar.gz
Merge branch 'fix-gir-annotations' into 'master'
Fix some GIR annotations See merge request GNOME/gdk-pixbuf!146
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-util.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-util.c b/gdk-pixbuf/gdk-pixbuf-util.c
index 0e80299f5..79841460d 100644
--- a/gdk-pixbuf/gdk-pixbuf-util.c
+++ b/gdk-pixbuf/gdk-pixbuf-util.c
@@ -48,7 +48,7 @@
* If `substitute_color` is `FALSE`, then the (`r`, `g`, `b`) arguments
* will be ignored.
*
- * Return value: (transfer full): A newly-created pixbuf
+ * Returns: (transfer full) (nullable): A newly-created pixbuf
**/
GdkPixbuf *
gdk_pixbuf_add_alpha (const GdkPixbuf *pixbuf,
@@ -285,7 +285,7 @@ gdk_pixbuf_saturate_and_pixelate (const GdkPixbuf *src,
* If an orientation option/tag is present, the appropriate transform
* will be performed so that the pixbuf is oriented correctly.
*
- * Return value: (transfer full) (nullable): A newly-created pixbuf
+ * Return: (transfer full) (nullable): A newly-created pixbuf
*
* Since: 2.12
**/