mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
gio: Add missing (array length) annotations
https://bugzilla.gnome.org/show_bug.cgi?id=765063
This commit is contained in:
committed by
Philip Withnall
parent
e7a60ed262
commit
8028494335
@@ -172,7 +172,7 @@ g_dbus_error_quark (void)
|
||||
* g_dbus_error_register_error_domain:
|
||||
* @error_domain_quark_name: The error domain name.
|
||||
* @quark_volatile: A pointer where to store the #GQuark.
|
||||
* @entries: A pointer to @num_entries #GDBusErrorEntry struct items.
|
||||
* @entries: (array length=num_entries): A pointer to @num_entries #GDBusErrorEntry struct items.
|
||||
* @num_entries: Number of items to register.
|
||||
*
|
||||
* Helper function for associating a #GError error domain with D-Bus error names.
|
||||
|
Reference in New Issue
Block a user