| Top |  |  |  |  | 
gboolean
flatpak_transaction_progress_get_is_estimating
                               (FlatpakTransactionProgress *self);
int
flatpak_transaction_progress_get_progress
                               (FlatpakTransactionProgress *self);
char *
flatpak_transaction_progress_get_status
                               (FlatpakTransactionProgress *self);
void flatpak_transaction_progress_set_update_frequency (FlatpakTransactionProgress *self,guint update_frequency);
“changed” signalvoid user_function (FlatpakTransactionProgress *object, gpointer user_data)
Emitted when some detail of the progress object changes, you can call the various methods to get the current status.
Flags: Run Last