Re: [systemd-devel] c/c++ lib for dbus

2015-07-22 Thread Lennart Poettering
On Mon, 20.07.15 17:09, Pradeepa Kumar (cdprade...@gmail.com) wrote: > Hi > I need to use functions to call method, get property value etc from > dbus. See http://0pointer.net/blog/the-new-sd-bus-api-of-systemd.html and have a look at the sd-bus.h header file: https://github.com/systemd/systemd/

[systemd-devel] c/c++ lib for dbus

2015-07-20 Thread Pradeepa Kumar
Hi I need to use functions to call method, get property value etc from dbus. also few utility functions like unit_name_from_dbus_path() from systemd. Can i use systemd as lib ? If yes how , where can I see examples? is there any lib for that in c /c++? Thanks __