Manager
Object Hierarchy:
Description:
[
CCode ( type_id =
"gclue_manager_get_type ()" ) ]
public interface Manager :
Object
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:
Content:
Properties:
Static methods:
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:
Inherited Members:
All known members inherited from class GLib.Object