ModemManager.GdbusModemCellBroadcast¶
- Implementations:
ModemManager.GdbusModemCellBroadcastProxy,ModemManager.GdbusModemCellBroadcastSkeleton
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
[ |
r/w |
CellBroadcasts |
|
r/w |
Channels |
Signals¶
Name |
Short Description |
|---|---|
On the client-side, this signal is emitted whenever the D-Bus signal ‘“Added” [gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.Added]’ is received. |
|
On the client-side, this signal is emitted whenever the D-Bus signal ‘“Deleted” [gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.Deleted]’ is received. |
|
Signal emitted when a remote caller is invoking the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.Delete]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.List]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetChannels() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.SetChannels]’ D-Bus method. |
Fields¶
None
Class Details¶
- class ModemManager.GdbusModemCellBroadcast¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem.CellBroadcast [gdbus-interface-org-freedesktop-ModemManager1-Modem-CellBroadcast.top_of_page]’.
- classmethod interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.CellBroadcast [gdbus-interface-org-freedesktop-ModemManager1-Modem-CellBroadcast.top_of_page]’ D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemCellBroadcastinterface for a concrete class. The properties are overridden in the order they are defined.
- call_delete(arg_path, cancellable, callback, *user_data)¶
- Parameters:
arg_path (
str) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.Delete]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callModemManager.GdbusModemCellBroadcast.call_delete_finish() to get the result of the operation.See
ModemManager.GdbusModemCellBroadcast.call_delete_sync() for the synchronous, blocking version of this method.
- call_delete_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toModemManager.GdbusModemCellBroadcast.call_delete().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModemCellBroadcast.call_delete().
- call_delete_sync(arg_path, cancellable)¶
- Parameters:
arg_path (
str) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.Delete]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModemCellBroadcast.call_delete() for the asynchronous version of this method.
- call_list(cancellable, callback, *user_data)¶
- Parameters:
cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.List]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callModemManager.GdbusModemCellBroadcast.call_list_finish() to get the result of the operation.See
ModemManager.GdbusModemCellBroadcast.call_list_sync() for the synchronous, blocking version of this method.
- call_list_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toModemManager.GdbusModemCellBroadcast.call_list().- Raises:
- Returns:
Trueif the call succeeded,Falseif error is set.- out_result:
Return location for return parameter or
Noneto ignore.
- Return type:
Finishes an operation started with
ModemManager.GdbusModemCellBroadcast.call_list().
- call_list_sync(cancellable)¶
- Parameters:
cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.- Raises:
- Returns:
Trueif the call succeeded,Falseif error is set.- out_result:
Return location for return parameter or
Noneto ignore.
- Return type:
Synchronously invokes the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.List]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModemCellBroadcast.call_list() for the asynchronous version of this method.
- call_set_channels(arg_channels, cancellable, callback, *user_data)¶
- Parameters:
arg_channels (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the ‘SetChannels() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.SetChannels]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callModemManager.GdbusModemCellBroadcast.call_set_channels_finish() to get the result of the operation.See
ModemManager.GdbusModemCellBroadcast.call_set_channels_sync() for the synchronous, blocking version of this method.
- call_set_channels_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toModemManager.GdbusModemCellBroadcast.call_set_channels().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModemCellBroadcast.call_set_channels().
- call_set_channels_sync(arg_channels, cancellable)¶
- Parameters:
arg_channels (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetChannels() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.SetChannels]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModemCellBroadcast.call_set_channels() for the asynchronous version of this method.
- complete_delete(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.Delete]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_list(invocation, result)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.result (
str) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.List]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_channels(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the ‘SetChannels() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.SetChannels]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- emit_added(arg_path)¶
- Parameters:
arg_path (
str) – Argument to pass with the signal.
Emits the ‘“Added” [gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.Added]’ D-Bus signal.
- emit_deleted(arg_path)¶
- Parameters:
arg_path (
str) – Argument to pass with the signal.
Emits the ‘“Deleted” [gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.Deleted]’ D-Bus signal.
- do_added(arg_path) virtual¶
- Parameters:
arg_path (
str) –
Handler for the
ModemManager.GdbusModemCellBroadcast::addedsignal.
- do_deleted(arg_path) virtual¶
- Parameters:
arg_path (
str) –
Handler for the
ModemManager.GdbusModemCellBroadcast::deletedsignal.
- do_handle_delete(invocation, arg_path) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) –arg_path (
str) –
- Return type:
Handler for the
ModemManager.GdbusModemCellBroadcast::handle-deletesignal.
- do_handle_list(invocation) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) –- Return type:
Handler for the
ModemManager.GdbusModemCellBroadcast::handle-listsignal.
- do_handle_set_channels(invocation, arg_channels) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) –arg_channels (
GLib.Variant) –
- Return type:
Handler for the
ModemManager.GdbusModemCellBroadcast::handle-set-channelssignal.
Signal Details¶
- ModemManager.GdbusModemCellBroadcast.signals.added(gdbus_modem_cell_broadcast, arg_path)¶
- Signal Name:
added- Flags:
- Parameters:
gdbus_modem_cell_broadcast (
ModemManager.GdbusModemCellBroadcast) – The object which received the signalarg_path (
str) – Argument.
On the client-side, this signal is emitted whenever the D-Bus signal ‘“Added” [gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.Added]’ is received.
On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- ModemManager.GdbusModemCellBroadcast.signals.deleted(gdbus_modem_cell_broadcast, arg_path)¶
- Signal Name:
deleted- Flags:
- Parameters:
gdbus_modem_cell_broadcast (
ModemManager.GdbusModemCellBroadcast) – The object which received the signalarg_path (
str) – Argument.
On the client-side, this signal is emitted whenever the D-Bus signal ‘“Deleted” [gdbus-signal-org-freedesktop-ModemManager1-Modem-CellBroadcast.Deleted]’ is received.
On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- ModemManager.GdbusModemCellBroadcast.signals.handle_delete(gdbus_modem_cell_broadcast, invocation, arg_path)¶
- Signal Name:
handle-delete- Flags:
- Parameters:
gdbus_modem_cell_broadcast (
ModemManager.GdbusModemCellBroadcast) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_path (
str) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.Delete]’ D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModemCellBroadcast.complete_delete() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
- ModemManager.GdbusModemCellBroadcast.signals.handle_list(gdbus_modem_cell_broadcast, invocation)¶
- Signal Name:
handle-list- Flags:
- Parameters:
gdbus_modem_cell_broadcast (
ModemManager.GdbusModemCellBroadcast) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.List]’ D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModemCellBroadcast.complete_list() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
- ModemManager.GdbusModemCellBroadcast.signals.handle_set_channels(gdbus_modem_cell_broadcast, invocation, arg_channels)¶
- Signal Name:
handle-set-channels- Flags:
- Parameters:
gdbus_modem_cell_broadcast (
ModemManager.GdbusModemCellBroadcast) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_channels (
GLib.Variant) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘SetChannels() [gdbus-method-org-freedesktop-ModemManager1-Modem-CellBroadcast.SetChannels]’ D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModemCellBroadcast.complete_set_channels() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
Property Details¶
- ModemManager.GdbusModemCellBroadcast.props.cell_broadcasts¶
-
Represents the D-Bus property ‘“CellBroadcasts” [gdbus-property-org-freedesktop-ModemManager1-Modem-CellBroadcast.CellBroadcasts]’.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModemCellBroadcast.props.channels¶
- Name:
channels- Type:
- Default Value:
- Flags:
Represents the D-Bus property ‘“Channels” [gdbus-property-org-freedesktop-ModemManager1-Modem-CellBroadcast.Channels]’.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.