public virtual bool setup_rtpbin (Gst.Element rtpbin);
public virtual bool setup_sdp (Gst.SDP.Message sdp, Gst.RTSPServer.SDPInfo info);
public virtual bool suspend ();
- public void take_pipeline (owned Gst.Pipeline pipeline);
+ public void take_pipeline (Gst.Pipeline pipeline);
[Version (since = "1.18")]
public void @unlock ();
public virtual bool unprepare ();
public unowned Gtk.Widget add_button (string button_text, int response_id);
public void add_buttons (...);
[Version (deprecated = true, deprecated_since = "3.12", since = "2.14")]
- public unowned Gtk.Widget get_action_area ();
+ public unowned Gtk.Box get_action_area ();
[Version (since = "2.14")]
public unowned Gtk.Box get_content_area ();
[Version (since = "3.12")]
- public unowned Gtk.Widget get_header_bar ();
+ public unowned Gtk.HeaderBar get_header_bar ();
[Version (since = "2.8")]
public int get_response_for_widget (Gtk.Widget widget);
[Version (since = "2.20")]
[Version (since = "2.18")]
public void add_buttons (...);
[Version (since = "2.18")]
- public unowned Gtk.Widget get_action_area ();
+ public unowned Gtk.Box get_action_area ();
[Version (since = "2.18")]
public unowned Gtk.Container get_content_area ();
[Version (since = "2.18")]
public async Simple (string desktop_id, GClue.AccuracyLevel accuracy_level, GLib.Cancellable? cancellable) throws GLib.Error;
public unowned GClue.ClientProxy get_client ();
public unowned GClue.Location get_location ();
+ public static async void new_with_thresholds (string desktop_id, GClue.AccuracyLevel accuracy_level, uint time_threshold, uint distance_threshold, GLib.Cancellable? cancellable);
[CCode (has_construct_function = false)]
public Simple.sync (string desktop_id, GClue.AccuracyLevel accuracy_level, GLib.Cancellable? cancellable = null) throws GLib.Error;
+ [CCode (has_construct_function = false)]
+ public Simple.with_thresholds_sync (string desktop_id, GClue.AccuracyLevel accuracy_level, uint time_threshold, uint distance_threshold, GLib.Cancellable? cancellable = null) throws GLib.Error;
[NoAccessorMethod]
public GClue.AccuracyLevel accuracy_level { construct; }
public GClue.ClientProxy client { get; }
[NoAccessorMethod]
public string desktop_id { construct; }
+ [NoAccessorMethod]
+ public uint distance_threshold { get; construct; }
public GClue.LocationProxy location { get; }
+ [NoAccessorMethod]
+ public uint time_threshold { get; construct; }
}
[CCode (cheader_filename = "geoclue.h", type_id = "gclue_client_get_type ()")]
public interface Client : GLib.Object {
[Version (since = "2.42")]
public GLib.ProxyResolver proxy_resolver { owned get; set; }
[NoAccessorMethod]
+ [Version (deprecated = true, deprecated_since = "2.70")]
public Soup.URI proxy_uri { owned get; set; }
[NoAccessorMethod]
[Version (deprecated = true)]