interface dbus method call

jaikumar Ganesh jaikumarg at gmail.com
Thu Dec 10 00:31:28 PST 2009


Hello folks:
   Is there a way for me to check if someone has registered an
interface on whom I will be invoking a method call using:

dbus_message_new_method_call  	(  	const char *   	 destination,
		const char *  	path,
		const char *  	interface,
		const char *  	method	

I basically want to abort if the interface is not registered.

Thanks
Jaikumar


More information about the dbus mailing list