GdbusModemMessaging
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusModemMessaging" , type_id = "mm_gdbus_modem_messaging_get_type ()" ) ]
public interface GdbusModemMessaging : Object
public interface GdbusModemMessaging : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.Messaging.
All known implementing classes:
Namespace: MM
Package: libmm-glib
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:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1.Modem.Messaging D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusModemMessaging interface for a concrete class.
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