From 58791ea6999a4778881334b776e38ed1bff80e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 11 Sep 2025 14:01:27 +0300 Subject: [PATCH] GDBus: Add `(out)` annotation to quark in g_dbus_error_register_error_domain() --- gio/gdbuserror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbuserror.c b/gio/gdbuserror.c index f920fe73f..428021395 100644 --- a/gio/gdbuserror.c +++ b/gio/gdbuserror.c @@ -97,7 +97,7 @@ g_dbus_error_quark (void) /** * g_dbus_error_register_error_domain: * @error_domain_quark_name: the error domain name - * @quark_volatile: return location for the [type@GLib.Quark] representing the + * @quark_volatile: (out): return location for the [type@GLib.Quark] representing the * error domain * @entries: (array length=num_entries): items to register * @num_entries: number of items to register