mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
gdbusconnection: Add missing (nullable) to get_peer_credentials()
Since Colin mentioned it on gir-devel-list.
This commit is contained in:
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
|
||||
* %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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user