Merge branch 'gdbus-register-error-domain-out-annotation' into 'main'

GDBus: Add `(out)` annotation to quark in g_dbus_error_register_error_domain()

See merge request GNOME/glib!4798
This commit is contained in:
Philip Withnall
2025-09-16 14:20:58 +00:00

View File

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