ModemManager.GdbusModem3gppProfileManager¶
- Implementations:
ModemManager.GdbusModem3gppProfileManagerProxy
,ModemManager.GdbusModem3gppProfileManagerSkeleton
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
IndexField |
Signals¶
Name |
Short Description |
---|---|
Signal emitted when a remote caller is invoking the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Delete]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.List]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘Set() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Set]’ D-Bus method. |
|
On the client-side, this signal is emitted whenever the D-Bus signal ‘“Updated” [gdbus-signal-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Updated]’ is received. |
Fields¶
None
Class Details¶
- class ModemManager.GdbusModem3gppProfileManager¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.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.Modem3gpp.ProfileManager [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.top_of_page]’ D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass
) – The class structure for aGObject.Object
derived 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.Object
properties in theModemManager.GdbusModem3gppProfileManager
interface for a concrete class. The properties are overridden in the order they are defined.
- call_delete(arg_properties, cancellable, callback, *user_data)¶
- Parameters:
arg_properties (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.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.GdbusModem3gppProfileManager.call_delete_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gppProfileManager.call_delete_sync
() for the synchronous, blocking version of this method.
- call_delete_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gppProfileManager.call_delete
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModem3gppProfileManager.call_delete
().
- call_delete_sync(arg_properties, cancellable)¶
- Parameters:
arg_properties (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Delete]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gppProfileManager.call_delete
() for the asynchronous version of this method.
- call_list(cancellable, callback, *user_data)¶
- Parameters:
cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.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.GdbusModem3gppProfileManager.call_list_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gppProfileManager.call_list_sync
() for the synchronous, blocking version of this method.
- call_list_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gppProfileManager.call_list
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_profiles:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_profiles:GLib.Variant
)
Finishes an operation started with
ModemManager.GdbusModem3gppProfileManager.call_list
().
- call_list_sync(cancellable)¶
- Parameters:
cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_profiles:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_profiles:GLib.Variant
)
Synchronously invokes the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.List]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gppProfileManager.call_list
() for the asynchronous version of this method.
- call_set(arg_requested_properties, cancellable, callback, *user_data)¶
- Parameters:
arg_requested_properties (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘Set() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Set]’ 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.GdbusModem3gppProfileManager.call_set_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gppProfileManager.call_set_sync
() for the synchronous, blocking version of this method.
- call_set_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gppProfileManager.call_set
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_stored_properties:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_stored_properties:GLib.Variant
)
Finishes an operation started with
ModemManager.GdbusModem3gppProfileManager.call_set
().
- call_set_sync(arg_requested_properties, cancellable)¶
- Parameters:
arg_requested_properties (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_stored_properties:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_stored_properties:GLib.Variant
)
Synchronously invokes the ‘Set() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Set]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gppProfileManager.call_set
() 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-Modem3gpp-ProfileManager.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, profiles)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.profiles (
GLib.Variant
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.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(invocation, stored_properties)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.stored_properties (
GLib.Variant
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘Set() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Set]’ 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_updated()¶
Emits the ‘“Updated” [gdbus-signal-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Updated]’ D-Bus signal.
- do_handle_delete(invocation, arg_properties) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_properties (
GLib.Variant
) –
- Return type:
- do_handle_list(invocation) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –- Return type:
- do_handle_set(invocation, arg_requested_properties) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_requested_properties (
GLib.Variant
) –
- Return type:
- do_updated() virtual¶
Signal Details¶
- ModemManager.GdbusModem3gppProfileManager.signals.handle_delete(gdbus_modem3gpp_profile_manager, invocation, arg_properties)¶
- Signal Name:
handle-delete
- Flags:
- Parameters:
gdbus_modem3gpp_profile_manager (
ModemManager.GdbusModem3gppProfileManager
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_properties (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘Delete() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.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.GdbusModem3gppProfileManager.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_METHOD
error is returned.
- ModemManager.GdbusModem3gppProfileManager.signals.handle_list(gdbus_modem3gpp_profile_manager, invocation)¶
- Signal Name:
handle-list
- Flags:
- Parameters:
gdbus_modem3gpp_profile_manager (
ModemManager.GdbusModem3gppProfileManager
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘List() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.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.GdbusModem3gppProfileManager.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_METHOD
error is returned.
- ModemManager.GdbusModem3gppProfileManager.signals.handle_set(gdbus_modem3gpp_profile_manager, invocation, arg_requested_properties)¶
- Signal Name:
handle-set
- Flags:
- Parameters:
gdbus_modem3gpp_profile_manager (
ModemManager.GdbusModem3gppProfileManager
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_requested_properties (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘Set() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Set]’ 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.GdbusModem3gppProfileManager.complete_set
() 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_METHOD
error is returned.
- ModemManager.GdbusModem3gppProfileManager.signals.updated(gdbus_modem3gpp_profile_manager)¶
- Signal Name:
updated
- Flags:
- Parameters:
gdbus_modem3gpp_profile_manager (
ModemManager.GdbusModem3gppProfileManager
) – The object which received the signal
On the client-side, this signal is emitted whenever the D-Bus signal ‘“Updated” [gdbus-signal-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.Updated]’ 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.
Property Details¶
- ModemManager.GdbusModem3gppProfileManager.props.index_field¶
-
Represents the D-Bus property ‘“IndexField” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.IndexField]’.
Since the D-Bus property for this
GObject.Object
property 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.