<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I'm facing a problem where the signal handler for signals registered is not getting called by libdbus or dbus-glib.<br><br>The registration of signal happens properly and the signal is received by the application(it is seen in dbus-monitor). From libdbus compiled with debug prints it is seen,<br><br>1727: [dbus-connection.c(4685):dbus_connection_dispatch] running object path dispatch on message 0x46d9d0 (signal com.abc.xyz SignalName 'ayby')<br>1727: [dbus-object-tree.c(818):_dbus_object_tree_dispatch_and_unlock] 0 handlers in the path tree for this message<br>1727: [dbus-object-tree.c(633):handle_default_introspect_and_unlock] considering default Introspect() handler...<br><br>Does this mean that the signal handler is not getting registered properly? or the libdbus or dbus-glib is not calling the handler.<br><br>Thanks in
advance,<br>Vicky.</td></tr></table>