ModemManager.GdbusBearer¶
| Implementations: | |
|---|---|
| ModemManager.GdbusBearerProxy,ModemManager.GdbusBearerSkeleton | |
Methods¶
| class | interface_info() | 
| class | override_properties(klass, property_id_begin) | 
| call_connect(cancellable, callback, *user_data) | |
| call_connect_finish(res) | |
| call_connect_sync(cancellable) | |
| call_disconnect(cancellable, callback, *user_data) | |
| call_disconnect_finish(res) | |
| call_disconnect_sync(cancellable) | |
| complete_connect(invocation) | |
| complete_disconnect(invocation) | 
Virtual Methods¶
| do_handle_connect(invocation) | |
| do_handle_disconnect(invocation) | 
Properties¶
| Name | Type | Flags | Short Description | 
|---|---|---|---|
| bearer-type | int | r/w | BearerType | 
| connected | bool | r/w | Connected | 
| interface | str | r/w | Interface | 
| ip4-config | GLib.Variant | r/w | Ip4Config | 
| ip6-config | GLib.Variant | r/w | Ip6Config | 
| ip-timeout | int | r/w | IpTimeout | 
| properties | GLib.Variant | r/w | Properties | 
| stats | GLib.Variant | r/w | Stats | 
| suspended | bool | r/w | Suspended | 
Signals¶
| Name | Short Description | 
|---|---|
| handle-connect | Signal emitted when a remote caller is invoking the ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.Connect]’ D-Bus method. | 
| handle-disconnect | Signal emitted when a remote caller is invoking the ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.Disconnect]’ D-Bus method. | 
Fields¶
None
Class Details¶
- 
class ModemManager.GdbusBearer¶
- Bases: - GObject.GInterface- Structure: - ModemManager.GdbusBearerIface- Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Bearer [gdbus-interface-org-freedesktop-ModemManager1-Bearer.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.Bearer [gdbus-interface-org-freedesktop-ModemManager1-Bearer.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.GdbusBearerinterface for a concrete class. The properties are overridden in the order they are defined.
- klass (
 - 
call_connect(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 ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.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.GdbusBearer.call_connect_finish() to get the result of the operation.- See - ModemManager.GdbusBearer.call_connect_sync() for the synchronous, blocking version of this method.
- cancellable (
 - 
call_connect_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) – The- Gio.AsyncResultobtained from the- Gio.AsyncReadyCallbackpassed to- ModemManager.GdbusBearer.call_connect().- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- Return type: - bool- Finishes an operation started with - ModemManager.GdbusBearer.call_connect().
 - 
call_connect_sync(cancellable)¶
- Parameters: - cancellable ( - Gio.Cancellableor- None) – A- Gio.Cancellableor- None.- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- Return type: - bool- Synchronously invokes the ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.Connect]’ D-Bus method on self. The calling thread is blocked until a reply is received. - See - ModemManager.GdbusBearer.call_connect() for the asynchronous version of this method.
 - 
call_disconnect(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 ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.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.GdbusBearer.call_disconnect_finish() to get the result of the operation.- See - ModemManager.GdbusBearer.call_disconnect_sync() for the synchronous, blocking version of this method.
- cancellable (
 - 
call_disconnect_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) – The- Gio.AsyncResultobtained from the- Gio.AsyncReadyCallbackpassed to- ModemManager.GdbusBearer.call_disconnect().- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- Return type: - bool- Finishes an operation started with - ModemManager.GdbusBearer.call_disconnect().
 - 
call_disconnect_sync(cancellable)¶
- Parameters: - cancellable ( - Gio.Cancellableor- None) – A- Gio.Cancellableor- None.- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- Return type: - bool- Synchronously invokes the ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.Disconnect]’ D-Bus method on self. The calling thread is blocked until a reply is received. - See - ModemManager.GdbusBearer.call_disconnect() for the asynchronous version of this method.
 - 
complete_connect(invocation)¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) – A- Gio.DBusMethodInvocation.- Helper function used in service implementations to finish handling invocations of the ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.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. 
 - 
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-Bearer.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. 
 - 
do_handle_connect(invocation) virtual¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) –- Return type: - bool
 - 
do_handle_disconnect(invocation) virtual¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) –- Return type: - bool
 
- 
classmethod 
Signal Details¶
- 
ModemManager.GdbusBearer.signals.handle_connect(gdbus_bearer, invocation)¶
- Signal Name: - handle-connect- Flags: - Parameters: - gdbus_bearer (ModemManager.GdbusBearer) – 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 ‘Connect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.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.GdbusBearer.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_bearer (
- 
ModemManager.GdbusBearer.signals.handle_disconnect(gdbus_bearer, invocation)¶
- Signal Name: - handle-disconnect- Flags: - Parameters: - gdbus_bearer (ModemManager.GdbusBearer) – 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 ‘Disconnect() [gdbus-method-org-freedesktop-ModemManager1-Bearer.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.GdbusBearer.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_bearer (
Property Details¶
- 
ModemManager.GdbusBearer.props.bearer_type¶
- Name: - bearer-type- Type: - int- Default Value: - 0- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“BearerType” [gdbus-property-org-freedesktop-ModemManager1-Bearer.BearerType]’. - 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.GdbusBearer.props.connected¶
- Name: - connected- Type: - bool- Default Value: - False- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“Connected” [gdbus-property-org-freedesktop-ModemManager1-Bearer.Connected]’. - 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.GdbusBearer.props.interface¶
- Name: - interface- Type: - str- Default Value: - None- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“Interface” [gdbus-property-org-freedesktop-ModemManager1-Bearer.Interface]’. - 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.GdbusBearer.props.ip4_config¶
- Name: - ip4-config- Type: - GLib.Variant- Default Value: - None- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“Ip4Config” [gdbus-property-org-freedesktop-ModemManager1-Bearer.Ip4Config]’. - 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.GdbusBearer.props.ip6_config¶
- Name: - ip6-config- Type: - GLib.Variant- Default Value: - None- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“Ip6Config” [gdbus-property-org-freedesktop-ModemManager1-Bearer.Ip6Config]’. - 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.GdbusBearer.props.ip_timeout¶
- Name: - ip-timeout- Type: - int- Default Value: - 0- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“IpTimeout” [gdbus-property-org-freedesktop-ModemManager1-Bearer.IpTimeout]’. - 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.GdbusBearer.props.properties¶
- Name: - properties- Type: - GLib.Variant- Default Value: - None- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“Properties” [gdbus-property-org-freedesktop-ModemManager1-Bearer.Properties]’. - 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.GdbusBearer.props.stats¶
- Name: - stats- Type: - GLib.Variant- Default Value: - None- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“Stats” [gdbus-property-org-freedesktop-ModemManager1-Bearer.Stats]’. - 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.GdbusBearer.props.suspended¶
- Name: - suspended- Type: - bool- Default Value: - False- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“Suspended” [gdbus-property-org-freedesktop-ModemManager1-Bearer.Suspended]’. - 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.