Data Fields | |
DBusGProxyManager * | manager |
Proxy manager. | |
char * | name |
Name messages go to or NULL. | |
char * | path |
Path messages go to or NULL. | |
char * | interface |
Interface messages go to or NULL. | |
DBusGProxyCall * | name_call |
Pending call id to retrieve name owner. | |
guint | for_owner: 1 |
Whether or not this proxy is for a name owner. | |
guint | associated: 1 |
Whether or not this proxy is associated (for name proxies). | |
guint | call_id_counter |
Integer counter for pending calls. | |
GData * | signal_signatures |
D-BUS signatures for each signal. | |
GHashTable * | pending_calls |
Calls made on this proxy which have not yet returned. | |
int | default_timeout |
Default timeout to use, see dbus_g_proxy_set_default_timeout. |
Definition at line 59 of file dbus-gproxy.c.