mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
gdbus: Add various missing (nullable) or (not nullable) annotations
This is the result of checking each `Returns:` line in these files. I’ve only considered nullability and not other (potentially missing or incorrect) annotations. Including suggestions by Simon McVittie. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #2227
This commit is contained in:
@@ -318,7 +318,7 @@ g_dbus_object_manager_server_set_connection (GDBusObjectManagerServer *manager,
|
||||
*
|
||||
* Gets the #GDBusConnection used by @manager.
|
||||
*
|
||||
* Returns: (transfer full): A #GDBusConnection object or %NULL if
|
||||
* Returns: (transfer full) (nullable): A #GDBusConnection object or %NULL if
|
||||
* @manager isn't exported on a connection. The returned object should
|
||||
* be freed with g_object_unref().
|
||||
*
|
||||
|
Reference in New Issue
Block a user