Ags.FileLookup¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
class |
|
|
Virtual Methods¶
- Inherited:
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The file it is assigned with |
||
r/w |
The node it is assigned with |
||
r/w |
The reference it is assigned with |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
file |
r |
||
gobject |
r |
||
node |
r |
||
obj_mutex |
r |
||
ref |
r |
Class Details¶
- class Ags.FileLookup(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod find_by_node(file_lookup, node)¶
- Parameters:
file_lookup ([
Ags.FileLookup
]) – theGLib.List
-struct containingAgs.FileLookup
node (
libxml2.Node
) – alibxml2.Node
- Returns:
The matching list containing
Ags.FileLookup
if found otherwiseNone
- Return type:
Find
Ags.FileLookup
bylibxml2.Node
New in version 3.0.0.
- classmethod find_by_reference(file_lookup, ref)¶
- Parameters:
file_lookup ([
Ags.FileLookup
]) – theGLib.List
-struct containingAgs.FileLookup
- Returns:
The matching list containing
Ags.FileLookup
if found otherwiseNone
- Return type:
Find
Ags.FileLookup
by refNew in version 3.0.0.
- classmethod new()¶
- Returns:
a new
Ags.FileLookup
- Return type:
Creates an
Ags.FileLookup
New in version 3.0.0.
Signal Details¶
- Ags.FileLookup.signals.resolve(file_lookup)¶
- Signal Name:
resolve
- Flags:
- Parameters:
file_lookup (
Ags.FileLookup
) – The object which received the signal
Property Details¶
- Ags.FileLookup.props.file¶
- Name:
file
- Type:
- Default Value:
- Flags:
The file it is assigned with
- Ags.FileLookup.props.node¶
-
The node it is assigned with