LibvirtGConfig.DomainInterfaceFilterref¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class LibvirtGConfig.DomainInterfaceFilterref(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- add_parameter(parameter)¶
- Parameters:
parameter (
LibvirtGConfig.DomainInterfaceFilterrefParameter
) –
- get_parameters()¶
- Returns:
a newly allocated
GLib.List
ofLibvirtGConfig.DomainInterfaceFilterrefParameter
.- Return type:
Gets the list of parameters attached to self. The returned list should be freed with g_list_free(), after its elements have been unreffed with
GObject.Object.unref
().