summaryrefslogtreecommitdiff
path: root/gst/gstbufferlist.h
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-06-11 16:06:19 -0700
committerSebastian Dröge <sebastian@centricular.com>2014-06-26 18:59:15 +0200
commit5d80cf12ba095ab1957a8732d37e34a8b37551b9 (patch)
treed54b2d727bb0bf5177d44d6f9d436d15366f4581 /gst/gstbufferlist.h
parent2759882379fb4fd91038be3ff35cc9180e231841 (diff)
introspection: add nullability annotations to out and inout params
https://bugzilla.gnome.org/show_bug.cgi?id=730957
Diffstat (limited to 'gst/gstbufferlist.h')
-rw-r--r--gst/gstbufferlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstbufferlist.h b/gst/gstbufferlist.h
index df8c455e77..e5ddb0892e 100644
--- a/gst/gstbufferlist.h
+++ b/gst/gstbufferlist.h
@@ -38,7 +38,7 @@ typedef struct _GstBufferList GstBufferList;
/**
* GstBufferListFunc:
- * @buffer: pointer the buffer
+ * @buffer: (out) (nullable): pointer the buffer
* @idx: the index of @buffer
* @user_data: user data passed to gst_buffer_list_foreach()
*