Gtk progress helpers
Gtk UpdateManager.Backend.CacheProgressHandler implementation.
Begin handler
Finished handler
Gtk list progress handler implementation
Returns the terminal’s fork function
Helper class that transfers CommitProgressHandler calls to glib signals and emits them
Method for answering a previous emission of the requires_removal_or_installation event.
Parameters: | answer – Answer (bool) |
---|
New in version 0.200.0~exp1.
UpdateManager.Backend.CommitProgressHandler.download_aborted() implementation.
UpdateManager.Backend.CommitProgressHandler.download_begin() implementation.
UpdateManager.Backend.CommitProgressHandler.download_failed() implementation.
UpdateManager.Backend.CommitProgressHandler.download_finished() implementation.
UpdateManager.Backend.CommitProgressHandler.download_item_begin() implementation.
UpdateManager.Backend.CommitProgressHandler.download_item_finished() implementation.
UpdateManager.Backend.CommitProgressHandler.download_item_update() implementation.
UpdateManager.Backend.CommitProgressHandler.download_update() implementation.
Emits signal in main thread, using gobject.idle_add.
Parameters: | args – Arguments passed to gobject.Gobject.emit |
---|
UpdateManager.Backend.CommitProgressHandler.install_begin() implementation.
UpdateManager.Backend.CommitProgressHandler.install_failed() implementation.
UpdateManager.Backend.CommitProgressHandler.install_finished() implementation.
UpdateManager.Backend.CommitProgressHandler.install_update() implementation.
List download aborted handler
List download begin handler
List download failed handler
List download finished handler
List item begin handler
Parameters: |
|
---|
List item finished handler
Parameters: | item_uri – Item URI |
---|
List item update handler
Parameters: |
|
---|
List status update handler
Parameters: |
|
---|
UpdateManager.Backend.CommitProgressHandler.preparation_begins() implementation.
New in version 0.200.0~exp1.
UpdateManager.Backend.CommitProgressHandler.requires_removal_or_installation() implementation.
This method uses a threading.Event object internally and blocks until the event is set. This is done by the answer_removal_or_installation() method.
New in version 0.200.0~exp1..