make sure you have installed build-essential, pkg-config, libglib2.0-dev
sudo apt install libglib2.0-dev libglib2.0-dev libglib2.0-devFor building all example, try run:
make allAll example was placed in build directory
For get property
gdbus call -e -d com.gialuong.TestServer -o / -m org.freedesktop.DBus.Properties.Get com.gialuong.TestInterface statusFor set property
gdbus call -e -d com.gialuong.TestServer -o / -m org.freedesktop.DBus.Properties.Set com.gialuong.TestInterface status "<uint32 10>"