Hellow all,
I am using QtDBus for communication between qt and nonqt(libdbus and glib-dbus) application. I am trying to call a qt function say void Widget:layvideo(), from glib application.
On that side i have made a connection,proxy and calling a method playvideo().Every thing works without any errors.It can also call this method. But its not showing me any video.This works between two Qt application,i have tried this.
one more thing,i have treid to analyze the communication with dbus-monitor,but it shows me senderrg.freedesktop.DBus, interface
rg.freedekstop.DBus, and path=/org/freedesktop/DBus. where as i have specified completely different servicename and objectname on bothside.
i dont know why does dbus monitor shows this.And what should be on both side ? Please reply ....
with regards,
savaliya.
Bookmarks