mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-07 14:32:09 -05:00
transaction: Fix wording in docs for "ready" signal
Closes: #1802 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
012e47cb7d
commit
71d4539d5d
@@ -674,9 +674,10 @@ flatpak_transaction_class_init (FlatpakTransactionClass *klass)
|
||||
* FlatpakTransaction::ready:
|
||||
* @object: A #FlatpakTransaction
|
||||
*
|
||||
* This is is emitted when all the refs involved in the operation. At this point
|
||||
* flatpak_transaction_get_operations() will return all the operations that will be
|
||||
* executed as part of the transactions. If this returns FALSE, the operation is aborted.
|
||||
* This is is emitted when all the refs involved in the operation have been
|
||||
* resolved to commits. At this point flatpak_transaction_get_operations()
|
||||
* will return all the operations that will be executed as part of the
|
||||
* transaction. If this returns FALSE, the operation is aborted.
|
||||
*/
|
||||
signals[READY] =
|
||||
g_signal_new ("ready",
|
||||
|
||||
Reference in New Issue
Block a user