mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
gdbusconnection: Add missing (nullable) annotation to get_unique_name()
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/1594
This commit is contained in:
@@ -3009,7 +3009,7 @@ g_dbus_connection_get_guid (GDBusConnection *connection)
|
||||
* bus. This can also be used to figure out if @connection is a
|
||||
* message bus connection.
|
||||
*
|
||||
* Returns: the unique name or %NULL if @connection is not a message
|
||||
* Returns: (nullable): the unique name or %NULL if @connection is not a message
|
||||
* bus connection. Do not free this string, it is owned by
|
||||
* @connection.
|
||||
*
|
||||
|
Reference in New Issue
Block a user