Manager
Object Hierarchy:
Description:
Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-GeoClue2-Manager.
top_of_page">org.freedesktop.GeoClue2.Manager</link>.
All known implementing classes:
Namespace: GClue
Package: libgeoclue-2.0
Content:
Properties:
- public abstract uint available_accuracy_level { get; set; }
Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-GeoClue2-Manager.
- public abstract bool in_use { get; set; }
Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-GeoClue2-Manager.
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the <link linkend="gdbus-interface-org-freedesktop-GeoClue2-Manager.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the Manager interface for a concrete class.
Methods:
- public async bool call_add_agent (string arg_id, Cancellable? cancellable) throws Error
Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public bool call_add_agent_sync (string arg_id, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public async bool call_create_client (Cancellable? cancellable, out string out_client) throws Error
Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public bool call_create_client_sync (out string out_client, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public async bool call_delete_client (string arg_client, Cancellable? cancellable) throws Error
Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public bool call_delete_client_sync (string arg_client, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public async bool call_get_client (Cancellable? cancellable, out string out_client) throws Error
Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public bool call_get_client_sync (out string out_client, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public void complete_add_agent (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public void complete_create_client (owned DBusMethodInvocation invocation, string client)
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public void complete_delete_client (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public void complete_get_client (owned DBusMethodInvocation invocation, string client)
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
Signals:
- public virtual signal bool handle_add_agent (DBusMethodInvocation invocation, string arg_id)
Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public virtual signal bool handle_create_client (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public virtual signal bool handle_delete_client (DBusMethodInvocation invocation, string arg_client)
Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
- public virtual signal bool handle_get_client (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-GeoClue2-Manager.
Inherited Members:
All known members inherited from class GLib.Object