where is DBusGPendingCall object??

knightmanish knightmanish at gmail.com
Tue Sep 23 21:58:14 PDT 2008


i am trying to implement asynchronous method call using
dbus_g_proxy_begin_call(), which returns a DBusGPendingCall object, then a
notification function may be set using dbus_g_pending_call_set_notify().

but, when i define DBusGPendingCall object
it says "DBusGPendingCall undeclared (first use in this function)".

i checked libdbus-glib-1-dev (version 0.74-2) is already in system.
and i included header files in program also
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>
#include <glib.h>

when i explored the /usr/include/dbus-1.0/dbus/ directory, i dint find any
header file having functions prototype for DBusGPendingCall.
I'm stuck..:confused:


-- 
View this message in context: http://www.nabble.com/where-is-DBusGPendingCall-object---tp19603639p19603639.html
Sent from the Free Desktop - dbus mailing list archive at Nabble.com.



More information about the dbus mailing list