GdbusModemCellBroadcast
Object Hierarchy:
Description:
[
CCode ( cname =
"MmGdbusModemCellBroadcast" , type_id =
"mm_gdbus_modem_cell_broadcast_get_type ()" ) ]
public interface GdbusModemCellBroadcast :
Object
Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-ModemManager1-Modem-CellBroadcast.
top_of_page">org.freedesktop.ModemManager1.Modem.CellBroadcast</link>.
All known implementing classes:
Content:
Properties:
- public abstract string[] cell_broadcasts { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- public abstract Variant channels { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-CellBroadcast.
Static methods:
Methods:
- public async bool call_delete (string arg_path, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- public bool call_delete_sync (string arg_path, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- public async bool call_list (Cancellable? cancellable, out string[] out_result) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- 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-CellBroadcast.
- public async bool call_set_channels (Variant arg_channels, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- public bool call_set_channels_sync (Variant arg_channels, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- 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-CellBroadcast.
- 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-CellBroadcast.
- public void complete_set_channels (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- public void emit_added (string arg_path)
Emits the <link
linkend="gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- public void emit_deleted (string arg_path)
Emits the <link
linkend="gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.
Signals:
- public virtual signal void added (string arg_path)
On the client-side, this signal is emitted whenever the D-Bus signal
<link linkend="gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.
- 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-CellBroadcast.
- 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-CellBroadcast.
- 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-CellBroadcast.
- public virtual signal bool handle_set_channels (DBusMethodInvocation invocation, Variant arg_channels)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.
Inherited Members:
All known members inherited from class GLib.Object