summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-bond.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-5/+4
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-08-18libnm, libnm-glib: fix cut-and-paste-osDan Winship1-4/+4
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-3/+3
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-3/+1
2014-07-15libnm-util, libnm-glib: tweak (element-type) annotations in docsDan Winship1-1/+1
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-12/+9
2014-03-06libnm-glib: add nm_device_get_setting_type()Dan Winship1-0/+7
2014-01-23trivial: remove unused #definesDan Williams1-4/+0
2013-12-20libnm-glib: add nm_device_get_hw_address() to NMDeviceJiří Klimeš1-0/+7
2013-10-22core: cleanup freeing of glib collections of pointersThomas Haller1-1/+1
2013-10-11libnm-util, libnm-glib: fix up some gtk-doc commentsDan Winship1-1/+1
2013-04-08libnm-glib: use helpers to create dbus proxiesDan Williams1-8/+2
2013-03-13libnm-glib: match interface name in nm_device_connection_compatible()Dan Winship1-3/+1
2013-02-22libnm-glib: add Since tags to new functions and propertiesDan Williams1-0/+2
2012-10-26docs: add Since tag for nm_device_bond_get_slaves()Dan Williams1-0/+2
2012-10-19core, libnm-glib: expose "slaves" property on NMDeviceBondDan Winship1-1/+46
2012-04-27libnm-glib: fix build on older glib without g_clear_object()Dan Williams1-0/+2
2012-04-23libnm-glib: NULL out priv fields on dispose()Dan Winship1-4/+1
2012-03-28libnm-glib: more ensure_inited() fixingDan Winship1-0/+2
2012-03-16libnm-glib: add errors to device classes and nm_device_connection_compatible()Jiří Klimeš1-7/+34
2012-03-12libnm-glib: ensure nm_device_set_device_type() stays privateDan Williams1-1/+1
2012-03-07libnm-glib: simplify setting device-type propertyDan Williams1-3/+1
2012-03-05libnm-glib: add NMDeviceBondDan Winship1-0/+275