Callbacks¶
|
Details¶
- Flatpak.ProgressCallback(status, progress, estimating, *user_data)¶
- Parameters:
The progress callback is called repeatedly during long-running operations such as installations or updates, and can be used to update progress information in a user interface.
The callback occurs in the thread-default context of the caller.