1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-29 05:13:30 +02:00

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

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