Foundry.TerminalService¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Service (8), Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.TerminalService(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Service providing convenient access to terminal operations.
- launch(lancher)¶
- Parameters:
lancher (
Foundry.TerminalLauncher) –- Returns:
A [class`Dex`.Future] that resolves to any value if succesfull; otherwise rejects with error.
- Return type:
Requests that a new terminal be launched.
This function will create a [class`Foundry`.TerminalIntent] which the application may handle to show a terminal.
New in version 1.1.