UDisks.ManagerLVM2Proxy

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 UDisks.ManagerLVM2 UDisks.ManagerLVM2 GObject.GInterface->UDisks.ManagerLVM2 GObject.Object GObject.Object Gio.DBusProxy Gio.DBusProxy GObject.Object->Gio.DBusProxy Gio.AsyncInitable->Gio.DBusProxy Gio.DBusInterface->Gio.DBusProxy UDisks.ManagerLVM2Proxy UDisks.ManagerLVM2Proxy Gio.DBusProxy->UDisks.ManagerLVM2Proxy Gio.Initable->Gio.DBusProxy UDisks.ManagerLVM2->UDisks.ManagerLVM2Proxy

Subclasses:

None

Methods

Inherited:

Gio.DBusProxy (25), GObject.Object (37), Gio.AsyncInitable (4), Gio.DBusInterface (3), Gio.Initable (2), UDisks.ManagerLVM2 (6)

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)

Virtual Methods

Inherited:

Gio.DBusProxy (2), GObject.Object (7), Gio.AsyncInitable (2), Gio.DBusInterface (3), Gio.Initable (1), UDisks.ManagerLVM2 (1)

Properties

Inherited:

Gio.DBusProxy (9)

Signals

Inherited:

Gio.DBusProxy (2), GObject.Object (1), UDisks.ManagerLVM2 (1)

Fields

Inherited:

Gio.DBusProxy (2), GObject.Object (1), UDisks.ManagerLVM2 (1)

Name

Type

Access

Description

parent_instance

Gio.DBusProxy

r

Class Details

class UDisks.ManagerLVM2Proxy(**kwargs)
Bases:

Gio.DBusProxy, UDisks.ManagerLVM2

Abstract:

No

Structure:

UDisks.ManagerLVM2ProxyClass

The UDisks.ManagerLVM2Proxy structure contains only private data and should only be accessed using the provided API.

New in version 2.0.0.

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

Asynchronously creates a proxy for the D-Bus interface org.freedesktop.UDisks2.Manager.LVM2. 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 UDisks.ManagerLVM2Proxy.new_finish() to get the result of the operation.

See UDisks.ManagerLVM2Proxy.new_sync() for the synchronous, blocking version of this constructor.

New in version 2.0.0.

classmethod new_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.ManagerLVM2Proxy.new().

Raises:

GLib.Error

Returns:

The constructed proxy object or None if error is set.

Return type:

UDisks.ManagerLVM2Proxy

Finishes an operation started with UDisks.ManagerLVM2Proxy.new().

New in version 2.0.0.

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

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

See UDisks.ManagerLVM2Proxy.new_for_bus_sync() for the synchronous, blocking version of this constructor.

New in version 2.0.0.

classmethod new_for_bus_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.ManagerLVM2Proxy.new_for_bus().

Raises:

GLib.Error

Returns:

The constructed proxy object or None if error is set.

Return type:

UDisks.ManagerLVM2Proxy

Finishes an operation started with UDisks.ManagerLVM2Proxy.new_for_bus().

New in version 2.0.0.

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:

UDisks.ManagerLVM2Proxy

Like UDisks.ManagerLVM2Proxy.new_sync() but takes a Gio.BusType instead of a Gio.DBusConnection.

The calling thread is blocked until a reply is received.

See UDisks.ManagerLVM2Proxy.new_for_bus() for the asynchronous version of this constructor.

New in version 2.0.0.

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:

UDisks.ManagerLVM2Proxy

Synchronously creates a proxy for the D-Bus interface org.freedesktop.UDisks2.Manager.LVM2. See Gio.DBusProxy.new_sync() for more details.

The calling thread is blocked until a reply is received.

See UDisks.ManagerLVM2Proxy.new() for the asynchronous version of this constructor.

New in version 2.0.0.