ModemManager.GdbusModemSimple¶
| Implementations: | |
|---|---|
| ModemManager.GdbusModemSimpleProxy,ModemManager.GdbusModemSimpleSkeleton | |
Methods¶
| class | interface_info() | 
| class | override_properties(klass, property_id_begin) | 
| call_connect(arg_properties, cancellable, callback, *user_data) | |
| call_connect_finish(res) | |
| call_connect_sync(arg_properties, cancellable) | |
| call_disconnect(arg_bearer, cancellable, callback, *user_data) | |
| call_disconnect_finish(res) | |
| call_disconnect_sync(arg_bearer, cancellable) | |
| call_get_status(cancellable, callback, *user_data) | |
| call_get_status_finish(res) | |
| call_get_status_sync(cancellable) | |
| complete_connect(invocation, bearer) | |
| complete_disconnect(invocation) | |
| complete_get_status(invocation, properties) | 
Virtual Methods¶
| do_handle_connect(invocation, arg_properties) | |
| do_handle_disconnect(invocation, arg_bearer) | |
| do_handle_get_status(invocation) | 
Properties¶
None
Signals¶
| Name | Short Description | 
|---|---|
| handle-connect | Signal emitted when a remote caller is invoking the ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Connect]’ D-Bus method. | 
| handle-disconnect | Signal emitted when a remote caller is invoking the ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Disconnect]’ D-Bus method. | 
| handle-get-status | Signal emitted when a remote caller is invoking the ‘GetStatus() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.GetStatus]’ D-Bus method. | 
Fields¶
None
Class Details¶
- 
class ModemManager.GdbusModemSimple¶
- Bases: - GObject.GInterface- Structure: - ModemManager.GdbusModemSimpleIface- Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem.Simple [gdbus-interface-org-freedesktop-ModemManager1-Modem-Simple.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.Simple [gdbus-interface-org-freedesktop-ModemManager1-Modem-Simple.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.GdbusModemSimpleinterface for a concrete class. The properties are overridden in the order they are defined.
- klass (
 - 
call_connect(arg_properties, cancellable, callback, *user_data)¶
- Parameters: - arg_properties (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.
- user_data (objectorNone) – User data to pass to callback.
 - Asynchronously invokes the ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Connect]’ 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.GdbusModemSimple.call_connect_finish() to get the result of the operation.- See - ModemManager.GdbusModemSimple.call_connect_sync() for the synchronous, blocking version of this method.
- arg_properties (
 - 
call_connect_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) – The- Gio.AsyncResultobtained from the- Gio.AsyncReadyCallbackpassed to- ModemManager.GdbusModemSimple.call_connect().- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- out_bearer: - Return location for return parameter or - Noneto ignore.- Return type: - ( - bool, out_bearer:- str)- Finishes an operation started with - ModemManager.GdbusModemSimple.call_connect().
 - 
call_connect_sync(arg_properties, cancellable)¶
- Parameters: - arg_properties (GLib.Variant) – Argument to pass with the method invocation.
- cancellable (Gio.CancellableorNone) – AGio.CancellableorNone.
 - Raises: - Returns: - Trueif the call succeeded,- Falseif error is set.- out_bearer: - Return location for return parameter or - Noneto ignore.- Return type: - Synchronously invokes the ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Connect]’ D-Bus method on self. The calling thread is blocked until a reply is received. - See - ModemManager.GdbusModemSimple.call_connect() for the asynchronous version of this method.
- arg_properties (
 - 
call_disconnect(arg_bearer, cancellable, callback, *user_data)¶
- Parameters: - arg_bearer (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 ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Disconnect]’ 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.GdbusModemSimple.call_disconnect_finish() to get the result of the operation.- See - ModemManager.GdbusModemSimple.call_disconnect_sync() for the synchronous, blocking version of this method.
- arg_bearer (
 - 
call_disconnect_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) – The- Gio.AsyncResultobtained from the- Gio.AsyncReadyCallbackpassed to- ModemManager.GdbusModemSimple.call_disconnect().- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- Return type: - bool- Finishes an operation started with - ModemManager.GdbusModemSimple.call_disconnect().
 - 
call_disconnect_sync(arg_bearer, cancellable)¶
- Parameters: - arg_bearer (str) – Argument to pass with the method invocation.
- cancellable (Gio.CancellableorNone) – AGio.CancellableorNone.
 - Raises: - Returns: - Return type: - Synchronously invokes the ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Disconnect]’ D-Bus method on self. The calling thread is blocked until a reply is received. - See - ModemManager.GdbusModemSimple.call_disconnect() for the asynchronous version of this method.
- arg_bearer (
 - 
call_get_status(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 ‘GetStatus() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.GetStatus]’ 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.GdbusModemSimple.call_get_status_finish() to get the result of the operation.- See - ModemManager.GdbusModemSimple.call_get_status_sync() for the synchronous, blocking version of this method.
- cancellable (
 - 
call_get_status_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) – The- Gio.AsyncResultobtained from the- Gio.AsyncReadyCallbackpassed to- ModemManager.GdbusModemSimple.call_get_status().- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- out_properties: - Return location for return parameter or - Noneto ignore.- Return type: - ( - bool, out_properties:- GLib.Variant)- Finishes an operation started with - ModemManager.GdbusModemSimple.call_get_status().
 - 
call_get_status_sync(cancellable)¶
- Parameters: - cancellable ( - Gio.Cancellableor- None) – A- Gio.Cancellableor- None.- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- out_properties: - Return location for return parameter or - Noneto ignore.- Return type: - ( - bool, out_properties:- GLib.Variant)- Synchronously invokes the ‘GetStatus() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.GetStatus]’ D-Bus method on self. The calling thread is blocked until a reply is received. - See - ModemManager.GdbusModemSimple.call_get_status() for the asynchronous version of this method.
 - 
complete_connect(invocation, bearer)¶
- Parameters: - invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- bearer (str) – Parameter to return.
 - Helper function used in service implementations to finish handling invocations of the ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Connect]’ 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_disconnect(invocation)¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) – A- Gio.DBusMethodInvocation.- Helper function used in service implementations to finish handling invocations of the ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Disconnect]’ 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_get_status(invocation, properties)¶
- Parameters: - invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- properties (GLib.Variant) – Parameter to return.
 - Helper function used in service implementations to finish handling invocations of the ‘GetStatus() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.GetStatus]’ 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 (
 - 
do_handle_connect(invocation, arg_properties) virtual¶
- Parameters: - invocation (Gio.DBusMethodInvocation) –
- arg_properties (GLib.Variant) –
 - Return type: 
- invocation (
 - 
do_handle_disconnect(invocation, arg_bearer) virtual¶
- Parameters: - invocation (Gio.DBusMethodInvocation) –
- arg_bearer (str) –
 - Return type: 
- invocation (
 - 
do_handle_get_status(invocation) virtual¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) –- Return type: - bool
 
- 
classmethod 
Signal Details¶
- 
ModemManager.GdbusModemSimple.signals.handle_connect(gdbus_modem_simple, invocation, arg_properties)¶
- Signal Name: - handle-connect- Flags: - Parameters: - gdbus_modem_simple (ModemManager.GdbusModemSimple) – The object which received the signal
- invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- arg_properties (GLib.Variant) – 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 ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Connect]’ 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.GdbusModemSimple.complete_connect() 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_simple (
- 
ModemManager.GdbusModemSimple.signals.handle_disconnect(gdbus_modem_simple, invocation, arg_bearer)¶
- Signal Name: - handle-disconnect- Flags: - Parameters: - gdbus_modem_simple (ModemManager.GdbusModemSimple) – The object which received the signal
- invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- arg_bearer (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 ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Disconnect]’ 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.GdbusModemSimple.complete_disconnect() 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_simple (
- 
ModemManager.GdbusModemSimple.signals.handle_get_status(gdbus_modem_simple, invocation)¶
- Signal Name: - handle-get-status- Flags: - Parameters: - gdbus_modem_simple (ModemManager.GdbusModemSimple) – 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 ‘GetStatus() [gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.GetStatus]’ 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.GdbusModemSimple.complete_get_status() 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_simple (