GdbusModemMessaging
Object Hierarchy:
Description:
[
CCode ( cname =
"MmGdbusModemMessaging" , type_id =
"mm_gdbus_modem_messaging_get_type ()" ) ]
public interface GdbusModemMessaging :
Object
Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-ModemManager1-Modem-Messaging.
top_of_page">org.freedesktop.ModemManager1.Modem.Messaging</link>.
All known implementing classes:
Content:
Properties:
- public abstract uint default_storage { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Messaging.
- public abstract string[] messages { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Messaging.
- public abstract Variant supported_storages { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Messaging.
Static methods:
Methods:
- public async bool call_create (Variant arg_properties, Cancellable? cancellable, out string out_path) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public bool call_create_sync (Variant arg_properties, out string out_path, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public async bool call_delete (string arg_path, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public bool call_delete_sync (string arg_path, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public async bool call_list (Cancellable? cancellable, out string[] out_result) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public bool call_list_sync (out string[] out_result, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public async bool call_set_default_storage (uint arg_storage, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public bool call_set_default_storage_sync (uint arg_storage, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public void complete_create (owned DBusMethodInvocation invocation, string path)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public void complete_delete (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public void complete_list (owned DBusMethodInvocation invocation, string result)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public void complete_set_default_storage (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public void emit_added (string arg_path, bool arg_received)
Emits the <link
linkend="gdbus-signal-org-freedesktop-ModemManager1-Modem-Messaging.
- public void emit_deleted (string arg_path)
Emits the <link
linkend="gdbus-signal-org-freedesktop-ModemManager1-Modem-Messaging.
Signals:
- public virtual signal void added (string arg_path, bool arg_received)
On the client-side, this signal is emitted whenever the D-Bus signal
<link linkend="gdbus-signal-org-freedesktop-ModemManager1-Modem-Messaging.
- public virtual signal void deleted (string arg_path)
On the client-side, this signal is emitted whenever the D-Bus signal
<link linkend="gdbus-signal-org-freedesktop-ModemManager1-Modem-Messaging.
- public virtual signal bool handle_create (DBusMethodInvocation invocation, Variant arg_properties)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public virtual signal bool handle_delete (DBusMethodInvocation invocation, string arg_path)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public virtual signal bool handle_list (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
- public virtual signal bool handle_set_default_storage (DBusMethodInvocation invocation, uint arg_storage)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Messaging.
Inherited Members:
All known members inherited from class GLib.Object