summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r--gtk/gtkimage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c
index 95d2d2d866..3a0f2a705e 100644
--- a/gtk/gtkimage.c
+++ b/gtk/gtkimage.c
@@ -1325,7 +1325,7 @@ gtk_image_get_storage_type (GtkImage *image)
* The caller of this function does not own a reference to the
* returned pixbuf.
*
- * Returns: (transfer none): the displayed pixbuf, or %NULL if
+ * Returns: (transfer none) (nullable): the displayed pixbuf, or %NULL if
* the image is empty
**/
GdkPixbuf*
@@ -1412,7 +1412,7 @@ gtk_image_get_icon_set (GtkImage *image,
* The caller of this function does not own a reference to the
* returned animation.
*
- * Returns: (transfer none): the displayed animation, or %NULL if
+ * Returns: (transfer none) (nullable): the displayed animation, or %NULL if
* the image is empty
**/
GdkPixbufAnimation*