Add support for creating, modifying and removing profiles
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Aug 2009 22:46:48 +0000 (15:46 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Aug 2009 22:46:48 +0000 (15:46 -0700)
commit426befc5c790fb87a82e42647fb56d1ae831fcac
tree92e465b35a2f335316c138cf2d40467392dd771a
parentaac35324deb8c0b57f881338d87cb36b0979e7df
Add support for creating, modifying and removing profiles
15 files changed:
doc/manager-api.txt
doc/profile-api.txt
include/Makefile.am
include/profile.h [new file with mode: 0644]
include/storage.h
src/connman.h
src/device.c
src/element.c
src/error.c
src/manager.c
src/profile.c
src/service.c
src/storage.c
test/Makefile.am
test/test-profile [new file with mode: 0755]