--- 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);