gdbusconnection: Add missing (nullable) to get_peer_credentials()

Since Colin mentioned it on gir-devel-list.
This commit is contained in:
Philip Withnall 2015-10-06 07:59:19 +01:00
parent 4919c25d49
commit ac05ad55fa

View File

@ -3034,8 +3034,8 @@ g_dbus_connection_get_unique_name (GDBusConnection *connection)
* each application is a client. So this method will always return
* %NULL for message bus clients.
*
* Returns: (transfer none): a #GCredentials or %NULL if not available.
* Do not free this object, it is owned by @connection.
* Returns: (transfer none) (nullable): a #GCredentials or %NULL if not
* available. Do not free this object, it is owned by @connection.
*
* Since: 2.26
*/