[glib/gdbus-merge] Add some more verbiage
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/gdbus-merge] Add some more verbiage
- Date: Wed, 12 May 2010 21:58:43 +0000 (UTC)
commit b690e637d46057f6914a6b6f20b2688cd03f0ac5
Author: Matthias Clasen <mclasen redhat com>
Date: Wed May 12 17:56:56 2010 -0400
Add some more verbiage
docs/reference/gio/migrating-gdbus.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gio/migrating-gdbus.xml b/docs/reference/gio/migrating-gdbus.xml
index b8967fd..48a87fc 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]