Data Fields | |
GStaticMutex | lock |
Thread lock. | |
int | refcount |
Reference count. | |
DBusConnection * | connection |
Connection we're associated with. | |
DBusGProxy * | bus_proxy |
Special internal proxy used to talk to the bus. | |
GHashTable * | proxy_lists |
Hash used to route incoming signals and iterate over proxies. | |
GHashTable * | owner_names |
Hash to keep track of mapping from base name -> [name,name,. | |
GSList * | unassociated_proxies |
List of name proxies for which there was no result for GetNameOwner. |
In order to do this it also has to track the owners of the names proxies are bound to.
Definition at line 140 of file dbus-gproxy.c.