NetworkManager/docs
Dan Winship 98959d5432 libnm: fix NMIP4Config/NMIP6Config addresses/routes properties
The docs for NMIP4Config:addresses and NMIP4Config:routes claimed that
they were GPtrArrays of NMIP4Address/NMIP4Route, but get_property()
was actually trying to set them the D-Bus representation type, and it
was failing anyway because it used g_value_set_boxed() on a parameter
that was declared GParamSpecPointer. Fix it to use a GPtrArray-valued
property, and set it to the right thing.

NMIP6Config did the right thing with its :addresses and :routes
properties, but was using custom types (NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY and
NM_TYPE_IP6_ROUTE_OBJECT_ARRAY). Make it use G_TYPE_PTR_ARRAY instead.

nm-types.c, nm-types.h, and nm-types-private.h are now empty, and so
can be dropped.
2014-09-04 09:21:05 -04:00
..
api build: fix nm-setting-docs build in various configurations 2014-06-27 17:24:57 -04:00
libnm libnm: fix NMIP4Config/NMIP6Config addresses/routes properties 2014-09-04 09:21:05 -04:00
libnm-glib libnm-util: move NetworkManager.h, etc, from include/ to here 2014-07-15 09:44:54 -04:00
libnm-util libnm-util: move NetworkManager.h, etc, from include/ to here 2014-07-15 09:44:54 -04:00
Makefile.am docs: add libnm documentation 2014-08-01 14:34:05 -04:00
NetworkManager DBUS API.txt Fix typos 2013-10-19 11:49:18 -04:00