gdbus - register handler/object on interface NULL
- From: Bernhard Schuster <schuster bernhard googlemail com>
- To: gtk-app-devel-list <gtk-app-devel-list gnome org>, gtk-list gnome org
- Subject: gdbus - register handler/object on interface NULL
- Date: Wed, 21 Aug 2013 19:10:24 +0200
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
calls the local "message_handler". Unfortunately it expects the
method/object to be at interface NULL, at least that is what I read from
the dbus-monitor/bustle logs
g_dbus_connection_register_object does not allow a interface NULL pointer.
Any help or pointers are appreciated.
I opened a pretty detailed question on stackoverflow
http://stackoverflow.com/questions/18357703/dbus-register-object-to-remote-on-interface-null
Thanks in advance!
Best
Bernhard
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]