Foundry.DocumentationBundle¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)
- Structs:
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
|
|
|
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
|||
r |
|||
r |
|||
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.DocumentationBundle(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for plugins to provide installable documentation.
A bundle represents a group of documentation that may be installed such as the docs for a specific SDK.
- dup_tags()¶
-
Gets tags for the documentation which may be useful to show the user to help them make better selections.
- get_eol()¶
-
Gets whether the documentation bundle has reached end of life.
New in version 1.1.
- install(operation, cancellable)¶
- Parameters:
operation (
Foundry.Operation) – a [class`Foundry`.Operation] to be updated by the providercancellable (
Dex.Cancellable) –
- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error.
- Return type:
- do_dup_tags() virtual¶
-
Gets tags for the documentation which may be useful to show the user to help them make better selections.
- do_get_eol() virtual¶
-
Gets whether the documentation bundle has reached end of life.
New in version 1.1.
- do_install(operation, cancellable) virtual¶
- Parameters:
operation (
Foundry.Operation) – a [class`Foundry`.Operation] to be updated by the providercancellable (
Dex.Cancellable) –
- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error.
- Return type:
Property Details¶
- Foundry.DocumentationBundle.props.eol¶
-
Whether the documentation bundle has reached end of life.
New in version 1.1.
- Foundry.DocumentationBundle.props.installed¶
- Foundry.DocumentationBundle.props.subtitle¶