[glib] gaction: Minor clarifications in the GAction documentation



commit 99b67614b796976253bbbdda1b4fd06acda01a90
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Nov 6 10:54:06 2013 +0000

    gaction: Minor clarifications in the GAction documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728350

 gio/gaction.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gio/gaction.c b/gio/gaction.c
index 012c4f8..966cdde 100644
--- a/gio/gaction.c
+++ b/gio/gaction.c
@@ -86,7 +86,7 @@ g_action_default_init (GActionInterface *iface)
    * GAction:name:
    *
    * The name of the action.  This is mostly meaningful for identifying
-   * the action once it has been added to a #GActionGroup.
+   * the action once it has been added to a #GActionGroup. It is immutable.
    *
    * Since: 2.28
    **/
@@ -102,7 +102,8 @@ g_action_default_init (GActionInterface *iface)
    * GAction:parameter-type:
    *
    * The type of the parameter that must be given when activating the
-   * action.
+   * action. This is immutable, and may be %NULL if no parameter is needed when
+   * activating the action.
    *
    * Since: 2.28
    **/
@@ -136,7 +137,7 @@ g_action_default_init (GActionInterface *iface)
    * GAction:state-type:
    *
    * The #GVariantType of the state that the action has, or %NULL if the
-   * action is stateless.
+   * action is stateless. This is immutable.
    *
    * Since: 2.28
    **/


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