Wp.AsyncEventHook¶
- Subclasses:
None
Methods¶
- Inherited:
Wp.InterestEventHook (1), Wp.EventHook (6), GObject.Object (37)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
w/co |
The execute-step closure |
||
w/co |
The get-next-step closure |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Wp.AsyncEventHook(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An event hook that runs a
Wp.Transition
, implemented with closures.- classmethod new(name, before, after, get_next_step, execute_step)¶
- Parameters:
name (
str
) –before (
str
) –after (
str
) –get_next_step (
GObject.Closure
) –execute_step (
GObject.Closure
) –
- Return type:
Property Details¶
- Wp.AsyncEventHook.props.execute_step¶
- Name:
execute-step
- Type:
- Default Value:
- Flags:
The execute-step closure
- Wp.AsyncEventHook.props.get_next_step¶
- Name:
get-next-step
- Type:
- Default Value:
- Flags:
The get-next-step closure