diff options
| author | Phaedrus Leeds <mwleeds@protonmail.com> | 2021-11-05 18:58:15 -0700 |
|---|---|---|
| committer | Phaedrus Leeds <mwleeds@protonmail.com> | 2021-11-05 18:58:15 -0700 |
| commit | 24c2b78cbfb1d718dab80df5f7ba347a349890f7 (patch) | |
| tree | 7882c4396b021f939193a2e40036a067d20ac849 | |
| parent | 998a300b29697e1fe31529fb1b7fc118ae2525d4 (diff) | |
| download | flatpak-txn-add-since-annotations.tar.gz | |
transaction: Fix signal Since annotationstxn-add-since-annotations
| -rw-r--r-- | common/flatpak-transaction.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/flatpak-transaction.c b/common/flatpak-transaction.c index 7f20681f..4f98b1c8 100644 --- a/common/flatpak-transaction.c +++ b/common/flatpak-transaction.c @@ -1253,6 +1253,8 @@ flatpak_transaction_class_init (FlatpakTransactionClass *klass) * Returns: %TRUE if the operation on this end-of-lifed ref should * be skipped (e.g. because the rebased ref has been added to the * transaction), %FALSE if it should remain. + * + * Since: 1.3.2 */ signals[END_OF_LIFED_WITH_REBASE] = g_signal_new ("end-of-lifed-with-rebase", @@ -1298,6 +1300,8 @@ flatpak_transaction_class_init (FlatpakTransactionClass *klass) * to see which will require authentication. * * Returns: %TRUE to carry on with the transaction, %FALSE to abort + * + * Since: 1.9.1 */ signals[READY_PRE_AUTH] = g_signal_new ("ready-pre-auth", @@ -1347,7 +1351,7 @@ flatpak_transaction_class_init (FlatpakTransactionClass *klass) * The default handler does nothing, and if the authenticator is not installed when * the signal handler fails the transaction will error out. * - * Since: 1.7.4 + * Since: 1.8.0 */ signals[INSTALL_AUTHENTICATOR] = g_signal_new ("install-authenticator", |
