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:
Philip Withnall 2018-11-15 09:42:08 +00:00
parent 9534447eb0
commit 5cc6942eab

View File

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