mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Add missing allow-none annotations for function parameters.
Found using: find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
This commit is contained in:
@@ -124,7 +124,7 @@ g_dbus_interface_dup_object (GDBusInterface *interface_)
|
||||
/**
|
||||
* g_dbus_interface_set_object:
|
||||
* @interface_: An exported D-Bus interface.
|
||||
* @object: A #GDBusObject or %NULL.
|
||||
* @object: (allow-none): A #GDBusObject or %NULL.
|
||||
*
|
||||
* Sets the #GDBusObject for @interface_ to @object.
|
||||
*
|
||||
|
Reference in New Issue
Block a user