public void move (int x, int y);
[Version (deprecated = true, deprecated_since = "3.20")]
public bool parse_geometry (string geometry);
- [Version (deprecated = true, deprecated_since = "3.24")]
public void present ();
[Version (since = "2.8")]
public void present_with_time (uint32 timestamp);
[CCode (cname = "gclue_client_proxy_new", has_construct_function = false)]
public async ClientProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
public static async GClue.ClientProxy create (string desktop_id, GClue.AccuracyLevel accuracy_level, GLib.Cancellable? cancellable) throws GLib.Error;
+ public static async GClue.ClientProxy create_full (string desktop_id, GClue.AccuracyLevel accuracy_level, GClue.ClientProxyCreateFlags flags, GLib.Cancellable? cancellable) throws GLib.Error;
+ public static GClue.ClientProxy create_full_sync (string desktop_id, GClue.AccuracyLevel accuracy_level, GClue.ClientProxyCreateFlags flags, GLib.Cancellable? cancellable = null) throws GLib.Error;
public static GClue.ClientProxy create_sync (string desktop_id, GClue.AccuracyLevel accuracy_level, GLib.Cancellable? cancellable = null) throws GLib.Error;
[CCode (cname = "gclue_client_proxy_new_for_bus", has_construct_function = false)]
public async ClientProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
STREET,
EXACT
}
+ [CCode (cheader_filename = "geoclue.h", cprefix = "GCLUE_CLIENT_PROXY_CREATE_", type_id = "gclue_client_proxy_create_flags_get_type ()")]
+ [Flags]
+ public enum ClientProxyCreateFlags {
+ NONE,
+ AUTO_DELETE
+ }
[CCode (cheader_filename = "geoclue.h")]
public static unowned GLib.DBusInterfaceInfo client_interface_info ();
[CCode (cheader_filename = "geoclue.h")]