]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 13 Sep 2016 08:44:09 +0000 (10:44 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 13 Sep 2016 08:44:09 +0000 (10:44 +0200)
vapi/gio-2.0.vapi
vapi/gstreamer-1.0.vapi

index 6fe0545cb91a7b6bd119aa8ff5fdc5b28d616eef..ce71c8b7968fc05a79b4ace8fdc426e12ef5d93c 100644 (file)
@@ -2652,7 +2652,7 @@ namespace GLib {
                public unowned string getenv (string variable);
                public void set_child_setup (owned GLib.SpawnChildSetupFunc child_setup);
                public void set_cwd (string cwd);
-               public void set_environ (string env);
+               public void set_environ ([CCode (array_length = false, array_null_terminated = true)] string[] env);
                public void set_flags (GLib.SubprocessFlags flags);
                public void set_stderr_file_path (string? path);
                public void set_stdin_file_path (string path);
index 28dad823830b16debf7465b13cc8b3d9316d6893..9014246445eaf47e8f9b0f46e25778424a428c0e 100644 (file)
@@ -588,6 +588,8 @@ namespace Gst {
                public Gst.Element get_by_interface (GLib.Type iface);
                public Gst.Element? get_by_name (string name);
                public Gst.Element? get_by_name_recurse_up (string name);
+               [Version (since = "1.10")]
+               public Gst.ElementFlags get_suppressed_flags ();
                [NoWrapper]
                public virtual void handle_message (Gst.Message message);
                public Gst.Iterator? iterate_all_by_interface (GLib.Type iface);
@@ -601,6 +603,8 @@ namespace Gst {
                [NoWrapper]
                public virtual bool remove_element (Gst.Element element);
                public void remove_many (params Gst.Element[] elements);
+               [Version (since = "1.10")]
+               public void set_suppressed_flags (Gst.ElementFlags flags);
                [Version (since = "1.6")]
                public bool sync_children_states ();
                [NoAccessorMethod]