Thank you for your response, but your code also uses
`node_info->interfaces[0]` as `interface` parameter when registering an
object - thus does not solve my problem.
Any other ideas?
Best
Bernhard
2013/8/21 Osmo Antero
> Hello,
> I have made a small server for Audio-Recorder. Take a look at
Hello,
I have made a small server for Audio-Recorder. Take a look at
dbus-server.[ch] modules.
http://bazaar.launchpad.net/~osmoma/audio-recorder/trunk/view/head:/src/
$ audio-recorder --help
can show the commands that can be sent to the server (to set or ask the
recording state).
// Osmo (Moma)
I have to deal with a closed source server being based on qt + dbus.
I try to connect to it via gdbus,glib.
The connection works as follows:
A mehod/object called "message_handler" has to be registered to the bus
/exported.
I call a remote method named "send_data", afterwards the service/server
ca
Hi,
I found somewhere on web how to draw custom data images into a widget using
Pixbuf. It basically works.
Unfortunately the image always has the outermost source pixels mixed with
white border. I want the whole window to be just blue but it is not:
http://www.jankratochvil.net/t/pixbu