app: Document when floating variants are consumed
authorChristian Persch <chpe@gnome.org>
Sun, 12 May 2013 19:52:54 +0000 (21:52 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 13 May 2013 11:45:11 +0000 (13:45 +0200)
Bug #700203.

gio/gaction.c
gio/gsimpleaction.c

index e6b42da..a3edec9 100644 (file)
@@ -374,6 +374,8 @@ g_action_get_enabled (GAction *action)
  * the parameter type given at construction time).  If the parameter
  * type was %NULL then @parameter must also be %NULL.
  *
+ * If the @parameter GVariant is floating, it is consumed.
+ *
  * Since: 2.28
  **/
 void
index 64dacfd..49188ad 100644 (file)
@@ -144,6 +144,8 @@ g_simple_action_change_state (GAction  *action,
  * property.  Instead, they should call g_action_change_state() to
  * request the change.
  *
+ * If the @value GVariant is floating, it is consumed.
+ *
  * Since: 2.30
  **/
 void