[gdk-pixbuf/ebassi/for-master: 2/2] docs: Remove invalid nullable annotation




commit cf3fe453be072e0dad0f7a6f51955bfeefa91446
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Nov 9 15:10:05 2021 +0000

    docs: Remove invalid nullable annotation
    
    The return value of GdkPixbufModuleBeginLoadFunc is NULL only on error.

 gdk-pixbuf/gdk-pixbuf-io.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]