summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-11-05 18:58:15 -0700
committerAlexander Larsson <alexander.larsson@gmail.com>2021-11-15 09:55:27 +0100
commit20fd994c5c8bda4ea9f2b56cf3a83c15057a547f (patch)
tree48948bf8fbaf81afbc7ad11814d1fc5842237e7f
parent39de0ef280a98f67d639444cc6ea3bcfa61c0eec (diff)
downloadflatpak-20fd994c5c8bda4ea9f2b56cf3a83c15057a547f.tar.gz
transaction: Fix signal Since annotations
-rw-r--r--common/flatpak-transaction.c6
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",