finch/libgnt/gntbindable.h

branch
gtkdoc-conversion
changeset 35498
0858f6d91e32
parent 35487
494f09f7f331
child 35877
6c3ab2fd4412
child 37100
a243a5e7afb3
--- a/finch/libgnt/gntbindable.h	Sun Feb 09 23:17:46 2014 +0530
+++ b/finch/libgnt/gntbindable.h	Sun Feb 09 23:53:18 2014 +0530
@@ -120,11 +120,11 @@
 
 /**
  * gnt_bindable_class_register_action:
- * @klass:      The class the binding is for.
- * @name:       The name of the binding.
- * @callback:   The callback  for the binding.
- * @trigger:    The default trigger for the binding, or %NULL, followed by a NULL-terminated
- *                   list of default parameters.
+ * @klass:    The class the binding is for.
+ * @name:     The name of the binding.
+ * @callback: (scope call): The callback for the binding.
+ * @trigger:  The default trigger for the binding, or %NULL, followed by a
+ *            %NULL-terminated list of default parameters.
  *
  * Register a bindable action for a class.
  */
@@ -179,7 +179,7 @@
  *
  * Returns a GntTree populated with "key" -> "binding" for the widget.
  *
- * Returns:   The GntTree.
+ * Returns: (transfer full): The GntTree.
  */
 GntBindable * gnt_bindable_bindings_view(GntBindable *bind);
 

mercurial