transaction: Fix wording in docs for "ready" signal

Closes: #1802
Approved by: alexlarsson
This commit is contained in:
Matthew Leeds
2018-06-19 12:35:35 -07:00
committed by Atomic Bot
parent 012e47cb7d
commit 71d4539d5d

View File

@@ -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",