mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch '1594-dbus-docs' into 'master'
gdbusconnection: Add missing (nullable) annotation to get_unique_name() Closes #1594 See merge request GNOME/glib!475
This commit is contained in:
commit
e50f219462
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user