ModemManager.GdbusModemProxy

g GObject.GInterface GObject.GInterface Gio.AsyncInitable Gio.AsyncInitable GObject.GInterface->Gio.AsyncInitable Gio.DBusInterface Gio.DBusInterface GObject.GInterface->Gio.DBusInterface Gio.Initable Gio.Initable GObject.GInterface->Gio.Initable ModemManager.GdbusModem ModemManager.GdbusModem GObject.GInterface->ModemManager.GdbusModem GObject.Object GObject.Object Gio.DBusProxy Gio.DBusProxy GObject.Object->Gio.DBusProxy Gio.AsyncInitable->Gio.DBusProxy Gio.DBusInterface->Gio.DBusProxy ModemManager.GdbusModemProxy ModemManager.GdbusModemProxy Gio.DBusProxy->ModemManager.GdbusModemProxy Gio.Initable->Gio.DBusProxy ModemManager.GdbusModem->ModemManager.GdbusModemProxy

Subclasses:ModemManager.Modem

Methods

Inherited:Gio.DBusProxy (25), GObject.Object (37), Gio.AsyncInitable (4), Gio.DBusInterface (3), Gio.Initable (2), ModemManager.GdbusModem (47)
Structs:GObject.ObjectClass (5)
class new (connection, flags, name, object_path, cancellable, callback, *user_data)
class new_finish (res)
class new_for_bus (bus_type, flags, name, object_path, cancellable, callback, *user_data)
class new_for_bus_finish (res)
class new_for_bus_sync (bus_type, flags, name, object_path, cancellable)
class new_sync (connection, flags, name, object_path, cancellable)

Fields

Inherited:Gio.DBusProxy (2), GObject.Object (1), ModemManager.GdbusModem (12)
Name Type Access Description
parent_instance Gio.DBusProxy r  

Class Details

class ModemManager.GdbusModemProxy(**kwargs)
Bases:Gio.DBusProxy, ModemManager.GdbusModem
Abstract:No
Structure:ModemManager.GdbusModemProxyClass

The ModemManager.GdbusModemProxy structure contains only private data and should only be accessed using the provided API.

classmethod new(connection, flags, name, object_path, cancellable, callback, *user_data)
Parameters:

Asynchronously creates a proxy for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem [gdbus-interface-org-freedesktop-ModemManager1-Modem.top_of_page]’. See Gio.DBusProxy.new() for more details.

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.GdbusModemProxy.new_finish() to get the result of the operation.

See ModemManager.GdbusModemProxy.new_sync() for the synchronous, blocking version of this constructor.

classmethod new_finish(res)
Parameters:res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to ModemManager.GdbusModemProxy.new().
Raises:GLib.Error
Returns:The constructed proxy object or None if error is set.
Return type:ModemManager.GdbusModemProxy

Finishes an operation started with ModemManager.GdbusModemProxy.new().

classmethod new_for_bus(bus_type, flags, name, object_path, cancellable, callback, *user_data)
Parameters:

Like ModemManager.GdbusModemProxy.new() but takes a Gio.BusType instead of a Gio.DBusConnection.

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.GdbusModemProxy.new_for_bus_finish() to get the result of the operation.

See ModemManager.GdbusModemProxy.new_for_bus_sync() for the synchronous, blocking version of this constructor.

classmethod new_for_bus_finish(res)
Parameters:res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to ModemManager.GdbusModemProxy.new_for_bus().
Raises:GLib.Error
Returns:The constructed proxy object or None if error is set.
Return type:ModemManager.GdbusModemProxy

Finishes an operation started with ModemManager.GdbusModemProxy.new_for_bus().

classmethod new_for_bus_sync(bus_type, flags, name, object_path, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

The constructed proxy object or None if error is set.

Return type:

ModemManager.GdbusModemProxy

Like ModemManager.GdbusModemProxy.new_sync() but takes a Gio.BusType instead of a Gio.DBusConnection.

The calling thread is blocked until a reply is received.

See ModemManager.GdbusModemProxy.new_for_bus() for the asynchronous version of this constructor.

classmethod new_sync(connection, flags, name, object_path, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

The constructed proxy object or None if error is set.

Return type:

ModemManager.GdbusModemProxy

Synchronously creates a proxy for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem [gdbus-interface-org-freedesktop-ModemManager1-Modem.top_of_page]’. See Gio.DBusProxy.new_sync() for more details.

The calling thread is blocked until a reply is received.

See ModemManager.GdbusModemProxy.new() for the asynchronous version of this constructor.