From 25440ce014dd555cbb60b3964f8a19b5674523da Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 26 May 2011 10:18:44 -0400 Subject: [PATCH] GDBusProxy: Mention gdbus-codegen in docs Signed-off-by: David Zeuthen --- gio/gdbusproxy.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c index b849f8a..6fd181b 100644 --- a/gio/gdbusproxy.c +++ b/gio/gdbusproxy.c @@ -70,19 +70,21 @@ * the message bus launching an owner (unless * %G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is set). * - * The generic #GDBusProxy::g-properties-changed and #GDBusProxy::g-signal - * signals are not very convenient to work with. Therefore, the recommended - * way of working with proxies is to subclass #GDBusProxy, and have - * more natural properties and signals in your derived class. + * The generic #GDBusProxy::g-properties-changed and + * #GDBusProxy::g-signal signals are not very convenient to work + * with. Therefore, the recommended way of working with proxies is to + * subclass #GDBusProxy, and have more natural properties and signals + * in your derived class. See + * for how this can easily be done using the + * gdbus-codegen + * tool. * * A #GDBusProxy instance can be used from multiple threads but note - * that all signals (e.g. #GDBusProxy::g-signal, #GDBusProxy::g-properties + * that all signals (e.g. #GDBusProxy::g-signal, #GDBusProxy::g-properties-changed * and #GObject::notify) are emitted in the * thread-default main loop * of the thread where the instance was constructed. * - * See for an example. - * * GDBusProxy for a well-known-nameFIXME: MISSING XINCLUDE CONTENT */ -- 2.7.4