summaryrefslogtreecommitdiff
path: root/docs/reference/gio/migrating-gdbus.xml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-12 17:56:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-12 17:56:56 -0400
commitb690e637d46057f6914a6b6f20b2688cd03f0ac5 (patch)
tree8851057f2682de1d4b836f7da030eb8556de6dfb /docs/reference/gio/migrating-gdbus.xml
parentd40767fc62972f9cc85ebfb23e113068cc316f3a (diff)
downloadglib-b690e637d46057f6914a6b6f20b2688cd03f0ac5.tar.gz
Add some more verbiage
Diffstat (limited to 'docs/reference/gio/migrating-gdbus.xml')
-rw-r--r--docs/reference/gio/migrating-gdbus.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/gio/migrating-gdbus.xml b/docs/reference/gio/migrating-gdbus.xml
index b8967fd96..48a87fc9b 100644
--- a/docs/reference/gio/migrating-gdbus.xml
+++ b/docs/reference/gio/migrating-gdbus.xml
@@ -218,8 +218,18 @@ on_proxy_appeared (GDBusConnection *connection,
proxy asynchronously, and only calls your callback when the proxy
is ready for use.
</para>
+ </section>
+ <section>
+ <title>Client-side GObject bindings</title>
<para>
+ dbus-glib comes with <command>dbus-binding-tool</command>, which
+ can produce somewhat nice client-side wrappers for a D-Bus interface.
+ GDBus does not have code-generation at this point, but #GDBusProxy
+ is designed to allow the creating of client-side wrappers by
+ subclassing #GDBusProxy.
+ </para>
+ <para>
For an example of a #GDBusProxy-derived class that wraps a D-Bus
interface in a type-safe way, see <xref
linkend="gdbus-example-proxy-subclass"/>. The comparison is as