]> git.ipfire.org Git - thirdparty/dbus.git/commit
DBusTransport, DBusConnection: Add internal getter for the credentials
authorSimon McVittie <smcv@collabora.com>
Fri, 12 Jan 2018 19:12:41 +0000 (19:12 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 2 Mar 2018 14:51:05 +0000 (14:51 +0000)
commit5a07eda31e6c2fd3d4965ed7ff46991ac86c615b
tree279ee287231fecaef81c54f4150dbc391d0d8980
parent03c0db9ff51dedeb98f42c715a70a1bd10c7f595
DBusTransport, DBusConnection: Add internal getter for the credentials

We have a lot of dbus_connection_get_foo() and
_dbus_transport_get_foo() that are actually rather redundant.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103737
dbus/dbus-connection-internal.h
dbus/dbus-connection.c
dbus/dbus-transport.c
dbus/dbus-transport.h