[glib/wip/gapplication] Add some more details about actions



commit e6a8e9554c60a54db0251af14dee9d024920355e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 4 00:34:22 2010 -0400

    Add some more details about actions

 gio/gapplication.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 4f85fb1..cac4f94 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -44,7 +44,10 @@
  *
  * In addition to single-instance-ness, #GApplication provides support
  * for 'actions', which can be presented to the user in a platform-specific
- * way (e.g. Windows 7 jump lists).
+ * way (e.g. Windows 7 jump lists). Note that these are just simple actions
+ * without parameters. For more flexible scriptability, implementing a
+ * a separate D-Bus interface is recommended, see e.g.
+ * <xref linkend="gdbus-convenience"/>.
  *
  * Before using #GApplication, you must choose an "application identifier".
  * The expected form of an application identifier is very close to that of



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]