add completed ukit (upower/udisks aka devicekit) module
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Apr 2010 20:40:58 +0000 (20:40 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Apr 2010 20:40:58 +0000 (20:40 +0000)
commit05e75c69b60c4978652d8a63f782aa61c4d3e612
tree9916d2244c489302ad96e18f8596d4eefc8c4332
parentc4f2de959b18d63962a09b8bfde4346250022177
add completed ukit (upower/udisks aka devicekit) module
fixes for hal module:
more readable by using defined type insertion
now utility functions always return stringshared strings. DO NOT FREE THESE.

Note that until you see a followup commit from me in e17, the filemanager/battery/illume modules will all potentially break from attempting to free stringshares

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@48404 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
18 files changed:
AUTHORS
Makefile.am
configure.ac
src/bin/Makefile.am
src/lib/Makefile.am
src/lib/hal/E_Hal.h
src/lib/hal/e_hal_device.c
src/lib/hal/e_hal_manager.c
src/lib/hal/e_hal_util.c
src/lib/hal/e_hal_util.h
src/lib/ukit/E_Ukit.h [new file with mode: 0644]
src/lib/ukit/Makefile.am [new file with mode: 0644]
src/lib/ukit/e_udisks.c [new file with mode: 0644]
src/lib/ukit/e_ukit_main.c [new file with mode: 0644]
src/lib/ukit/e_ukit_private.h [new file with mode: 0644]
src/lib/ukit/e_ukit_privfunc.h [new file with mode: 0644]
src/lib/ukit/e_ukit_util.c [new file with mode: 0644]
src/lib/ukit/e_upower.c [new file with mode: 0644]