1

QML: Add note of not present InitState enums

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-04-15 13:53:06 +02:00
parent 6d399ed3d7
commit 14b9de4016
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -110,9 +110,11 @@ The full code can be found at
Called when extension is loaded. Called when extension is loaded.
* **state**: possible values * **state**: possible values
* **Falkon.PluginInterface.InitState.StartupInitState** * > The init state ENUM is for Falkon QML API version `1.0` broken and
raw values has to be used
* `0` **Falkon.PluginInterface.StartupInitState**
Normal init state during Falkon start, nothing to do for us. Normal init state during Falkon start, nothing to do for us.
* **Falkon.PluginInterface.LateInitState** * `1` **Falkon.PluginInterface.LateInitState**
The extension was loaded long after Falkon started. The extension was loaded long after Falkon started.
In this case we need to manually call functions which would normally In this case we need to manually call functions which would normally
be called during the start. be called during the start.