libnm: port to GDBus
authorDan Winship <danw@gnome.org>
Wed, 10 Sep 2014 17:51:53 +0000 (13:51 -0400)
committerDan Winship <danw@gnome.org>
Thu, 18 Sep 2014 15:51:09 +0000 (11:51 -0400)
commit6793a32a8c5445103ba3680bb5e4c31727096099
treefe9026f44669b6e523459c39cf991ad7c318395f
parent16871ebc388f81fd811e9f7d85965ba86236005c
libnm: port to GDBus

Port libnm-core/libnm to GDBus.

The NetworkManager daemon continues to use dbus-glib; the
previously-added connection hash/variant conversion methods are now
moved to NetworkManagerUtils (along with a few other utilities that
are now only needed by the daemon code).
60 files changed:
.gitignore
Makefile.am
callouts/Makefile.am
clients/Makefile.am
clients/cli/Makefile.am
clients/cli/network-manager.c
clients/tui/Makefile.am
docs/libnm/Makefile.am
examples/C/glib/Makefile.am
introspection/Makefile.am
introspection/nm-device-ethernet.xml
introspection/nm-device-wifi.xml
introspection/nm-manager.xml
introspection/nm-ppp-manager.xml
introspection/nm-vpn-connection.xml
introspection/nm-vpn-plugin.xml
libnm-core/Makefile.am
libnm-core/nm-core-internal.h
libnm-core/nm-utils-private.h
libnm-core/nm-utils.c
libnm-core/nm-utils.h
libnm/Makefile.am
libnm/libnm.ver
libnm/nm-active-connection.c
libnm/nm-client.c
libnm/nm-dbus-helpers.c
libnm/nm-dbus-helpers.h
libnm/nm-device-wifi.c
libnm/nm-device-wimax.c
libnm/nm-device.c
libnm/nm-dhcp4-config.c
libnm/nm-dhcp6-config.c
libnm/nm-ip4-config.c
libnm/nm-ip4-config.h
libnm/nm-ip6-config.c
libnm/nm-ip6-config.h
libnm/nm-object-private.h
libnm/nm-object.c
libnm/nm-object.h
libnm/nm-remote-connection.c
libnm/nm-remote-settings.c
libnm/nm-secret-agent.c
libnm/nm-vpn-connection.c
libnm/nm-vpn-plugin-utils.c
libnm/nm-vpn-plugin.c
libnm/nm-vpn-plugin.h
libnm/tests/Makefile.am
libnm/tests/common.c
libnm/tests/test-nm-client.c
libnm/tests/test-remote-settings-client.c
libnm/tests/test-secret-agent.c
src/NetworkManagerUtils.c
src/NetworkManagerUtils.h
src/nm-dispatcher.c
src/nm-manager.c
src/settings/nm-agent-manager.c
src/settings/nm-secret-agent.c
src/settings/nm-settings-connection.c
src/settings/nm-settings.c
src/vpn-manager/nm-vpn-connection.c