ModemManager.GdbusModemFirmware¶
| Implementations: | |
|---|---|
| ModemManager.GdbusModemFirmwareProxy,ModemManager.GdbusModemFirmwareSkeleton | |
Methods¶
| class | interface_info() | 
| class | override_properties(klass, property_id_begin) | 
| call_list(cancellable, callback, *user_data) | |
| call_list_finish(res) | |
| call_list_sync(cancellable) | |
| call_select(arg_uniqueid, cancellable, callback, *user_data) | |
| call_select_finish(res) | |
| call_select_sync(arg_uniqueid, cancellable) | |
| complete_list(invocation, selected, installed) | |
| complete_select(invocation) | 
Virtual Methods¶
| do_handle_list(invocation) | |
| do_handle_select(invocation, arg_uniqueid) | 
Properties¶
| Name | Type | Flags | Short Description | 
|---|---|---|---|
| update-settings | GLib.Variant | r/w | UpdateSettings | 
Signals¶
| Name | Short Description | 
|---|---|
| handle-list | Signal emitted when a remote caller is invoking the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.List]’ D-Bus method. | 
| handle-select | Signal emitted when a remote caller is invoking the ‘Select() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.Select]’ D-Bus method. | 
Fields¶
None
Class Details¶
- 
class ModemManager.GdbusModemFirmware¶
- Bases: - GObject.GInterface- Structure: - ModemManager.GdbusModemFirmwareIface- Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem.Firmware [gdbus-interface-org-freedesktop-ModemManager1-Modem-Firmware.top_of_page]’. - 
classmethod interface_info()¶
- Returns: - A - Gio.DBusInterfaceInfo. Do not free.- Return type: - Gio.DBusInterfaceInfo- Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Firmware [gdbus-interface-org-freedesktop-ModemManager1-Modem-Firmware.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 the- ModemManager.GdbusModemFirmwareinterface for a concrete class. The properties are overridden in the order they are defined.
- klass (
 - 
call_list(cancellable, callback, *user_data)¶
- Parameters: - cancellable (Gio.CancellableorNone) – AGio.CancellableorNone.
- callback (Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
- user_data (objectorNone) – User data to pass to callback.
 - Asynchronously invokes the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.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 call- ModemManager.GdbusModemFirmware.call_list_finish() to get the result of the operation.- See - ModemManager.GdbusModemFirmware.call_list_sync() for the synchronous, blocking version of this method.
- cancellable (
 - 
call_list_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) – The- Gio.AsyncResultobtained from the- Gio.AsyncReadyCallbackpassed to- ModemManager.GdbusModemFirmware.call_list().- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- out_selected: - Return location for return parameter or - Noneto ignore.- out_installed: - Return location for return parameter or - Noneto ignore.- Return type: - ( - bool, out_selected:- str, out_installed:- GLib.Variant)- Finishes an operation started with - ModemManager.GdbusModemFirmware.call_list().
 - 
call_list_sync(cancellable)¶
- Parameters: - cancellable ( - Gio.Cancellableor- None) – A- Gio.Cancellableor- None.- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- out_selected: - Return location for return parameter or - Noneto ignore.- out_installed: - Return location for return parameter or - Noneto ignore.- Return type: - ( - bool, out_selected:- str, out_installed:- GLib.Variant)- Synchronously invokes the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.List]’ D-Bus method on self. The calling thread is blocked until a reply is received. - See - ModemManager.GdbusModemFirmware.call_list() for the asynchronous version of this method.
 - 
call_select(arg_uniqueid, cancellable, callback, *user_data)¶
- Parameters: - arg_uniqueid (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.
- user_data (objectorNone) – User data to pass to callback.
 - Asynchronously invokes the ‘Select() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.Select]’ 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 call- ModemManager.GdbusModemFirmware.call_select_finish() to get the result of the operation.- See - ModemManager.GdbusModemFirmware.call_select_sync() for the synchronous, blocking version of this method.
- arg_uniqueid (
 - 
call_select_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) – The- Gio.AsyncResultobtained from the- Gio.AsyncReadyCallbackpassed to- ModemManager.GdbusModemFirmware.call_select().- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- Return type: - bool- Finishes an operation started with - ModemManager.GdbusModemFirmware.call_select().
 - 
call_select_sync(arg_uniqueid, cancellable)¶
- Parameters: - arg_uniqueid (str) – Argument to pass with the method invocation.
- cancellable (Gio.CancellableorNone) – AGio.CancellableorNone.
 - Raises: - Returns: - Return type: - Synchronously invokes the ‘Select() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.Select]’ D-Bus method on self. The calling thread is blocked until a reply is received. - See - ModemManager.GdbusModemFirmware.call_select() for the asynchronous version of this method.
- arg_uniqueid (
 - 
complete_list(invocation, selected, installed)¶
- Parameters: - invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- selected (str) – Parameter to return.
- installed (GLib.Variant) – Parameter to return.
 - Helper function used in service implementations to finish handling invocations of the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.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. 
- invocation (
 - 
complete_select(invocation)¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) – A- Gio.DBusMethodInvocation.- Helper function used in service implementations to finish handling invocations of the ‘Select() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.Select]’ 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. 
 - 
do_handle_list(invocation) virtual¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) –- Return type: - bool
 - 
do_handle_select(invocation, arg_uniqueid) virtual¶
- Parameters: - invocation (Gio.DBusMethodInvocation) –
- arg_uniqueid (str) –
 - Return type: 
- invocation (
 
- 
classmethod 
Signal Details¶
- 
ModemManager.GdbusModemFirmware.signals.handle_list(gdbus_modem_firmware, invocation)¶
- Signal Name: - handle-list- Flags: - Parameters: - gdbus_modem_firmware (ModemManager.GdbusModemFirmware) – The object which received the signal
- invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
 - Returns: - Trueif the invocation was handled,- Falseto let other signal handlers run.- Return type: - Signal emitted when a remote caller is invoking the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.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 call- ModemManager.GdbusModemFirmware.complete_list() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the- Gio.DBusError.UNKNOWN_METHODerror is returned.
- gdbus_modem_firmware (
- 
ModemManager.GdbusModemFirmware.signals.handle_select(gdbus_modem_firmware, invocation, arg_uniqueid)¶
- Signal Name: - handle-select- Flags: - Parameters: - gdbus_modem_firmware (ModemManager.GdbusModemFirmware) – The object which received the signal
- invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- arg_uniqueid (str) – Argument passed by remote caller.
 - Returns: - Trueif the invocation was handled,- Falseto let other signal handlers run.- Return type: - Signal emitted when a remote caller is invoking the ‘Select() [gdbus-method-org-freedesktop-ModemManager1-Modem-Firmware.Select]’ 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 call- ModemManager.GdbusModemFirmware.complete_select() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the- Gio.DBusError.UNKNOWN_METHODerror is returned.
- gdbus_modem_firmware (
Property Details¶
- 
ModemManager.GdbusModemFirmware.props.update_settings¶
- Name: - update-settings- Type: - GLib.Variant- Default Value: - None- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“UpdateSettings” [gdbus-property-org-freedesktop-ModemManager1-Modem-Firmware.UpdateSettings]’. - 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.