Improve docs
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Nov 2011 18:46:49 +0000 (13:46 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 8 Dec 2011 23:05:13 +0000 (18:05 -0500)
Specify that g_menu_item_set_attribute_value consumes floating
@values.

gio/gmenu.c

index e27259179bb85efb958b99772c9c36e139a422f6..a4131ed0e1a6bdf74e2b80bd417222189a52d520 100644 (file)
@@ -603,7 +603,8 @@ valid_attribute_name (const gchar *name)
  * ASCII characters, digits and '-'.
  *
  * If @value is non-%NULL then it is used as the new value for the
- * attribute.  If @value is %NULL then the attribute is unset.
+ * attribute.  If @value is %NULL then the attribute is unset. If
+ * the @value #GVariant is floating, it is consumed.
  *
  * See also g_menu_item_set_attribute() for a more convenient way to do
  * the same.