summaryrefslogtreecommitdiff
path: root/libnm/nm-secret-agent.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-08-13 17:43:10 -0400
committerDan Winship <danw@gnome.org>2014-08-16 10:17:53 -0400
commit5ed054aca9d30c13a7c47bd51cb475d857443b44 (patch)
tree77d4897c7faf78eef7805ce79a4603734abb911f /libnm/nm-secret-agent.c
parent4870786a2f37884f1c904e8c4077ed6037dd7e81 (diff)
downloadNetworkManager-5ed054aca9d30c13a7c47bd51cb475d857443b44.tar.gz
libnm: get rid of redundant NMRemoteConnection properties
NMRemoteConnection had two DBusGConnection properties (NMRemoteConnection:bus and NMRemoteConnection:dbus-connection) and two D-Bus path properties (NMConnection:path and NMRemoteConnection:dbus-path). The former of each pair were the traditional names, and the latter were added for compatibility with NMObject. In libnm, we can just drop NMRemoteConnection:bus, and use the NMObject-compatible :dbus-connection name instead. For the path properties, we need to rename either NMConnection:path or NMObject:dbus-path. Since NMObject already has "nm_object_get_path()" rather than "nm_object_get_dbus_path()", and it already mistakenly referred to the property as "NMObject:path" in the gtk-docs, it seemed to make sense to rename that one rather than the NMConnection one. (And then, for consistency, rename "nm_object_get_connection()" to "nm_object_get_dbus_connection()" to also match its property.)
Diffstat (limited to 'libnm/nm-secret-agent.c')
0 files changed, 0 insertions, 0 deletions