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);
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);
[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]