index.html
Main Page
|
modules.html
Modules
|
namespaces.html
Namespace List
|
hierarchy.html
Class Hierarchy
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
namespacemembers.html
Namespace Members
|
functions.html
Data Fields
|
pages.html
Related Pages
_DBusGProxyManager Struct Reference
[
group__DBusGLibInternals.html
GLib bindings implementation details
]
DBusGProxyManager's primary task is to route signals to the proxies those signals are emitted on.
#_details
More...
Data Fields
GStaticMutex
struct__DBusGProxyManager.html#o0
lock
Thread lock.
int
struct__DBusGProxyManager.html#o1
refcount
Reference count.
structDBusConnection.html
DBusConnection
*
struct__DBusGProxyManager.html#o2
connection
Connection we're associated with.
struct__DBusGProxy.html
DBusGProxy
*
struct__DBusGProxyManager.html#o3
bus_proxy
Special internal proxy used to talk to the bus.
GHashTable *
struct__DBusGProxyManager.html#o4
proxy_lists
Hash used to route incoming signals and iterate over proxies.
GHashTable *
struct__DBusGProxyManager.html#o5
owner_names
Hash to keep track of mapping from base name -> [name,name,.
#o5
GSList *
struct__DBusGProxyManager.html#o6
unassociated_proxies
List of name proxies for which there was no result for GetNameOwner.
Detailed Description
DBusGProxyManager's primary task is to route signals to the proxies those signals are emitted on.
In order to do this it also has to track the owners of the names proxies are bound to.
Definition at line
dbus-gproxy_8c-source.html#l00141
141
of file
dbus-gproxy_8c-source.html
dbus-gproxy.c
.
Field Documentation
GHashTable*
struct__DBusGProxyManager.html#o5
_DBusGProxyManager::owner_names
Hash to keep track of mapping from base name -> [name,name,.
..] for proxies which are for names.
Definition at line
dbus-gproxy_8c-source.html#l00152
152
of file
dbus-gproxy_8c-source.html
dbus-gproxy.c
.
The documentation for this struct was generated from the following file:
dbus-gproxy_8c-source.html
dbus-gproxy.c
Generated on Tue Sep 13 01:28:08 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
