summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-base-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-04-25 19:48:06 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-04-25 19:57:26 +0200
commita2c61bb83813cb07ed5c320bec041b509a0fe2d0 (patch)
tree0292ee79d95b86ab0635db05ba8bee9b4d05505a /vapi/gstreamer-base-1.0.vapi
parent8898e125d66455b0e072dc563e27998cf7a75f73 (diff)
downloadvala-a2c61bb83813cb07ed5c320bec041b509a0fe2d0.tar.gz
Regenerate bindings to accommodate for "unlock" being a keyword now
https://bugzilla.gnome.org/show_bug.cgi?id=795545
Diffstat (limited to 'vapi/gstreamer-base-1.0.vapi')
-rw-r--r--vapi/gstreamer-base-1.0.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/gstreamer-base-1.0.vapi b/vapi/gstreamer-base-1.0.vapi
index 9a86fe2ec..7e8ec215c 100644
--- a/vapi/gstreamer-base-1.0.vapi
+++ b/vapi/gstreamer-base-1.0.vapi
@@ -621,7 +621,7 @@ namespace Gst {
[NoWrapper]
public virtual bool stop ();
[NoWrapper]
- public virtual bool unlock ();
+ public virtual bool @unlock ();
[NoWrapper]
public virtual bool unlock_stop ();
public Gst.FlowReturn wait (Gst.ClockTime time, out Gst.ClockTimeDiff jitter);
@@ -715,7 +715,7 @@ namespace Gst {
[Version (since = "1.14")]
public void submit_buffer_list (owned Gst.BufferList buffer_list);
[NoWrapper]
- public virtual bool unlock ();
+ public virtual bool @unlock ();
[NoWrapper]
public virtual bool unlock_stop ();
public Gst.FlowReturn wait_playing ();