NetworkManager/libnm/tests
Dan Winship 5ed054aca9 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.)
2014-08-16 10:17:53 -04:00
..
common.c libnm: add libnm/libnm-core (part 1) 2014-08-01 14:34:04 -04:00
common.h libnm: add libnm/libnm-core (part 1) 2014-08-01 14:34:04 -04:00
libnm-test-launch.sh libnm: add libnm/libnm-core (part 2) 2014-08-01 14:34:04 -04:00
Makefile.am libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
test-nm-client.c libnm: get rid of redundant NMRemoteConnection properties 2014-08-16 10:17:53 -04:00
test-remote-settings-client.c libnm: add a test for connection-deleted-while-being-created 2014-08-07 15:43:43 -04:00