ModemManager.GdbusSimProxy¶
- Subclasses:
 
Methods¶
- Inherited:
 Gio.DBusProxy (25), GObject.Object (37), Gio.AsyncInitable (4), Gio.DBusInterface (3), Gio.Initable (2), ModemManager.GdbusSim (22)
- Structs:
 
class  | 
  | 
class  | 
  | 
class  | 
  | 
class  | 
  | 
class  | 
  | 
class  | 
  | 
Virtual Methods¶
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 Gio.DBusProxy (2), GObject.Object (1), ModemManager.GdbusSim (5)
Fields¶
- Inherited:
 Gio.DBusProxy (2), GObject.Object (1), ModemManager.GdbusSim (5)
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent_instance  | 
r  | 
Class Details¶
- class ModemManager.GdbusSimProxy(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
ModemManager.GdbusSimProxystructure 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:
 connection (
Gio.DBusConnection) – AGio.DBusConnection.flags (
Gio.DBusProxyFlags) – Flags from theGio.DBusProxyFlagsenumeration.name (
strorNone) – A bus name (well-known or unique) orNoneif connection is not a message bus connection.object_path (
str) – An object path.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied.
Asynchronously creates a proxy for the D-Bus interface ‘org.freedesktop.ModemManager1.Sim [gdbus-interface-org-freedesktop-ModemManager1-Sim.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 callModemManager.GdbusSimProxy.new_finish() to get the result of the operation.See
ModemManager.GdbusSimProxy.new_sync() for the synchronous, blocking version of this constructor.
- classmethod new_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toModemManager.GdbusSimProxy.new().- Raises:
 - Returns:
 The constructed proxy object or
Noneif error is set.- Return type:
 
Finishes an operation started with
ModemManager.GdbusSimProxy.new().
- classmethod new_for_bus(bus_type, flags, name, object_path, cancellable, callback, *user_data)¶
 - Parameters:
 bus_type (
Gio.BusType) – AGio.BusType.flags (
Gio.DBusProxyFlags) – Flags from theGio.DBusProxyFlagsenumeration.name (
str) – A bus name (well-known or unique).object_path (
str) – An object path.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied.
Like
ModemManager.GdbusSimProxy.new() but takes aGio.BusTypeinstead of aGio.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 callModemManager.GdbusSimProxy.new_for_bus_finish() to get the result of the operation.See
ModemManager.GdbusSimProxy.new_for_bus_sync() for the synchronous, blocking version of this constructor.
- classmethod new_for_bus_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toModemManager.GdbusSimProxy.new_for_bus().- Raises:
 - Returns:
 The constructed proxy object or
Noneif error is set.- Return type:
 
Finishes an operation started with
ModemManager.GdbusSimProxy.new_for_bus().
- classmethod new_for_bus_sync(bus_type, flags, name, object_path, cancellable)¶
 - Parameters:
 bus_type (
Gio.BusType) – AGio.BusType.flags (
Gio.DBusProxyFlags) – Flags from theGio.DBusProxyFlagsenumeration.name (
str) – A bus name (well-known or unique).object_path (
str) – An object path.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 The constructed proxy object or
Noneif error is set.- Return type:
 
Like
ModemManager.GdbusSimProxy.new_sync() but takes aGio.BusTypeinstead of aGio.DBusConnection.The calling thread is blocked until a reply is received.
See
ModemManager.GdbusSimProxy.new_for_bus() for the asynchronous version of this constructor.
- classmethod new_sync(connection, flags, name, object_path, cancellable)¶
 - Parameters:
 connection (
Gio.DBusConnection) – AGio.DBusConnection.flags (
Gio.DBusProxyFlags) – Flags from theGio.DBusProxyFlagsenumeration.name (
strorNone) – A bus name (well-known or unique) orNoneif connection is not a message bus connection.object_path (
str) – An object path.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 The constructed proxy object or
Noneif error is set.- Return type:
 
Synchronously creates a proxy for the D-Bus interface ‘org.freedesktop.ModemManager1.Sim [gdbus-interface-org-freedesktop-ModemManager1-Sim.top_of_page]’. See
Gio.DBusProxy.new_sync() for more details.The calling thread is blocked until a reply is received.
See
ModemManager.GdbusSimProxy.new() for the asynchronous version of this constructor.