LibvirtGObject.Manager¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class LibvirtGObject.Manager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- add_connection(conn)¶
- Parameters:
conn (
LibvirtGObject.Connection
) –
- find_connection_by_uri(uri)¶
- Parameters:
uri (
str
) –- Returns:
the connection,or
None
. The returned object should be unreffed withGObject.Object.unref
() when no longer needed.- Return type:
- get_connections()¶
- Returns:
the connections. The returned list should be freed with g_list_free(), after its elements have been unreffed with
GObject.Object.unref
().- Return type:
- remove_connection(conn)¶
- Parameters:
conn (
LibvirtGObject.Connection
) –
- do_connection_added(conn) virtual¶
- Parameters:
conn (
LibvirtGObject.Connection
) –
- do_connection_removed(conn) virtual¶
- Parameters:
conn (
LibvirtGObject.Connection
) –
Signal Details¶
- LibvirtGObject.Manager.signals.connection_added(manager, object)¶
- Signal Name:
connection-added
- Flags:
- Parameters:
manager (
LibvirtGObject.Manager
) – The object which received the signalobject (
LibvirtGObject.Connection
) –
- LibvirtGObject.Manager.signals.connection_removed(manager, object)¶
- Signal Name:
connection-removed
- Flags:
- Parameters:
manager (
LibvirtGObject.Manager
) – The object which received the signalobject (
LibvirtGObject.Connection
) –