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 org.freedesktop.ModemManager1.Modem.Messaging.
All known implementing classes:
Content:
Properties:
- public abstract uint default_storage { get; set; }
Represents the D-Bus property "DefaultStorage".
- public abstract string[] messages { owned get; set; }
Represents the D-Bus property "Messages".
- public abstract Variant supported_storages { owned get; set; }
Represents the D-Bus property "SupportedStorages".
Static methods:
Methods:
- public async bool call_create (Variant arg_properties, Cancellable? cancellable, out string out_path) throws Error
Asynchronously invokes the Create D-Bus method on
this.
- public bool call_create_sync (Variant arg_properties, out string out_path, Cancellable? cancellable = null) throws Error
Synchronously invokes the Create D-Bus method on
this.
- public async bool call_delete (string arg_path, Cancellable? cancellable) throws Error
Asynchronously invokes the Delete D-Bus method on
this.
- public bool call_delete_sync (string arg_path, Cancellable? cancellable = null) throws Error
Synchronously invokes the Delete D-Bus method on
this.
- public async bool call_list (Cancellable? cancellable, out string[] out_result) throws Error
Asynchronously invokes the List D-Bus method on
this.
- public bool call_list_sync (out string[] out_result, Cancellable? cancellable = null) throws Error
Synchronously invokes the List D-Bus method on
this.
- public void complete_create (owned DBusMethodInvocation invocation, string path)
Helper function used in service implementations to finish handling
invocations of the Create D-Bus method.
- public void complete_delete (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Delete D-Bus method.
- public void complete_list (owned DBusMethodInvocation invocation, string result)
Helper function used in service implementations to finish handling
invocations of the List D-Bus method.
- public void emit_added (string arg_path, bool arg_received)
Emits the "Added" D-Bus signal.
- public void emit_deleted (string arg_path)
Emits the "Deleted" D-Bus signal.
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
"Added" is received.
- public virtual signal void deleted (string arg_path)
On the client-side, this signal is emitted whenever the D-Bus signal
"Deleted" is received.
- public virtual signal bool handle_create (DBusMethodInvocation invocation, Variant arg_properties)
Signal emitted when a remote caller is invoking the Create
D-Bus method.
- public virtual signal bool handle_delete (DBusMethodInvocation invocation, string arg_path)
Signal emitted when a remote caller is invoking the Delete
D-Bus method.
- public virtual signal bool handle_list (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the List D-Bus
method.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref