mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +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
|
* 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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user