NetworkManager/examples/C/glib
Dan Winship 57e802f3aa libnm: port NMRemoteSettings to NMObject
NMRemoteSettings duplicates a bunch of NMObject's functionality that
it doesn't need to. In libnm-glib, it wouldn't have been possible to
port NMRemoteSettings to NMObject without breaking ABI, but now in
libnm we can do that.

As a side effect of this, NMRemoteSettings gains a "connections"
property, and "connection-added" and "connection-removed" signals
(with the former replacing the old "new-connection" signal). This also
removes the "connections-loaded" signal, since the connections will
now always be loaded (via the initialization of the "connections"
property) during init()/init_async().

Also, this removes NMRemoteConnection's "removed" signal, since it's
redundant with the new NMRemoteSettings::connection-removed (and
having the signal on NMRemoteSettings instead is more consistent with
other objects).
2014-08-07 15:43:43 -04:00
..
add-connection-dbus-glib.c libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
add-connection-libnm.c libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
get-active-connections-dbus-glib.c libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
get-ap-info-libnm.c libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
list-connections-dbus-glib.c libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
list-connections-libnm.c libnm: port NMRemoteSettings to NMObject 2014-08-07 15:43:43 -04:00
Makefile.am all: port everything to libnm 2014-08-01 14:34:05 -04:00
monitor-nm-running-dbus-glib.c all: g_type_init() has been deprecated in GLib 2.35.0 2014-05-27 16:58:21 +02:00
monitor-nm-running-GDBus.c all: g_type_init() has been deprecated in GLib 2.35.0 2014-05-27 16:58:21 +02:00
monitor-nm-state-GDBus.c libnm: rename NetworkManager.h and NetworkManagerVPN.h 2014-08-01 14:34:40 -04:00