summaryrefslogtreecommitdiff
path: root/src/nm-exported-object.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-25exported-object: add "path" GObject property to have notify signalThomas Haller1-0/+2
2017-01-03exported-object: make export_path D-Bus counter 64 bitThomas Haller1-1/+1
2017-01-03exported-object: add NM_EXPORT_PATH_NUMBERED() macroThomas Haller1-0/+2
2016-10-03core: refactor private data for NMExportedObject and othersThomas Haller1-0/+3
2016-08-11build: cleanup src/Makefile.amThomas Haller1-7/+1
2016-04-01exported-object: refactor list of interfaces from GSList to an arrayThomas Haller1-1/+0
2015-11-18exported-object: add support for DBus ObjectManager interfaceDan Williams1-2/+2
2015-11-10exported-object: split out the creation of interface skeletonsThomas Haller1-0/+19
2015-11-10core: explicitly unexport objects when we're done with themDan Williams1-0/+5
2015-11-10core: fix wrongly exporting object before instance is fully constructedThomas Haller1-0/+1
2015-09-16core: refactor setting of D-Bus properties via NMManagerThomas Haller1-0/+1
2015-09-16core: refactor NMBusManager to hold reference to NMExportedObject directlyThomas Haller1-0/+1
2015-09-15core: forward declare NMExportedObject in "nm-types.h"Thomas Haller1-3/+2
2015-08-10core: port NMExportedObject to gdbusDan Winship1-3/+3
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24core: move D-Bus export/unexport into NMExportedObjectDan Winship1-0/+7
2015-07-24core: add an NMExportedObject base classDan Winship1-0/+53