Ags.FileLaunch¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The entire file assigned to |
||
r/w |
The node to find the element |
||
r/w |
The reference to find the element |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Signal |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
file |
r |
||
gobject |
r |
||
node |
r |
||
obj_mutex |
r |
||
reference |
r |
Class Details¶
- class Ags.FileLaunch(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
the new
Ags.FileLaunch
- Return type:
Create a new instance of
Ags.FileLaunch
New in version 3.0.0.
- start()¶
Start
Ags.FileLaunch
to fulfill a task.New in version 3.0.0.
- do_start() virtual¶
Start
Ags.FileLaunch
to fulfill a task.New in version 3.0.0.
Signal Details¶
- Ags.FileLaunch.signals.start(file_launch)¶
- Signal Name:
start
- Flags:
- Parameters:
file_launch (
Ags.FileLaunch
) – The object which received the signal
Signal
::start
to notify about start:reference
.New in version 3.0.0.
Property Details¶
- Ags.FileLaunch.props.file¶
- Name:
file
- Type:
- Default Value:
- Flags:
The
Ags.File
thisAgs.FileLaunch
belongs to.New in version 3.0.0.
- Ags.FileLaunch.props.node¶
-
The assigned
libxml2.Node
being referred by thisAgs.FileLaunch
.New in version 3.0.0.