summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vapi/gstreamer-1.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index fb8ad065d..615296231 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -632,7 +632,7 @@ namespace Gst {
[CCode (has_construct_function = false)]
public AtomicQueue (uint initial_size);
public uint length ();
- public unowned T peek<T> ();
+ public unowned T? peek<T> ();
public T pop ();
public void push (owned T data);
public void @ref ();