Gtk progress helpers
Gtk UpdateManager.Backend.CacheProgressHandler implementation.
Gtk list progress handler implementation
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.
Parameter: | answer – Answer (bool) |
---|
New in version 0.200.0~exp1.
Emits signal in main thread, using gobject.idle_add.
Parameter: | args – Arguments passed to gobject.Gobject.emit |
---|
List item begin handler
Parameters: |
|
---|
List item finished handler
Parameter: | 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..