Data Structures
Here are the data structures with brief descriptions:
| _DBusGMethodInfo | DBusGMethodInfo: : C method to invoke : Marshaller to invoke method : Offset into the introspection data |
| _DBusGMethodInvocation | SECTION:dbus-gmethod : GMethod Info & Invocation : DBusGMessage : Stable |
| _DBusGObjectInfo | DBusGObjectInfo: : Allows us to change the rest of this struct by adding DBusGObjectInfo2, DBusGObjectInfo3, etc |
| _DBusGProxyManager | DBusGProxyManager's primary task is to route signals to the proxies those signals are emitted on |
| _DBusGProxyPrivate | Internals of DBusGProxy |
| DBusGMessageQueue | DBusGMessageQueue: A GSource subclass for dispatching DBusConnection messages |
| DBusGProxyList | A list of proxies with a given name+path+interface, used to route incoming signals |
| ExpatParseContext | Context for Expat parser for introspection data |
| name | Dbus_g_proxy_new_from_proxy: : the proxy to use as a template : of the object inside the peer to call methods on interface to call methods on |