summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-11-09 15:10:05 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-11-09 15:10:05 +0000
commitcf3fe453be072e0dad0f7a6f51955bfeefa91446 (patch)
tree5a26b15fa70c1947134d738dca596902ba09ce76 /gdk-pixbuf
parentd61130ff1cda1cc1ae307e76abc20a2bae92afca (diff)
downloadgdk-pixbuf-cf3fe453be072e0dad0f7a6f51955bfeefa91446.tar.gz
docs: Remove invalid nullable annotation
The return value of GdkPixbufModuleBeginLoadFunc is NULL only on error.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.h b/gdk-pixbuf/gdk-pixbuf-io.h
index cac75f242..7565744e5 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.h
+++ b/gdk-pixbuf/gdk-pixbuf-io.h
@@ -270,7 +270,7 @@ typedef GdkPixbufAnimation *(* GdkPixbufModuleLoadAnimationFunc) (FILE *f,
* [callback@GdkPixbuf.PixbufModuleIncrementLoadFunc] callback, and will be freed
* by [callback@GdkPixbuf.PixbufModuleStopLoadFunc] callback.
*
- * Returns: (transfer full) (nullable): the data to be passed to
+ * Returns: (transfer full): the data to be passed to
* [callback@GdkPixbuf.PixbufModuleIncrementLoadFunc]
* and [callback@GdkPixbuf.PixbufModuleStopLoadFunc], or `NULL` in case of error
*/