introspection: assorted annotation fixes ported from Vala

https://bugzilla.gnome.org/show_bug.cgi?id=677778
This commit is contained in:
Evan Nemerson
2012-06-12 15:41:39 -07:00
parent 1bdd214811
commit 252eafa520
5 changed files with 19 additions and 18 deletions

View File

@ -452,7 +452,8 @@ clutter_binding_pool_find (const gchar *name)
* @action_name: the name of the action
* @key_val: key symbol
* @modifiers: bitmask of modifiers
* @callback: function to be called when the action is activated
* @callback: (type Clutter.BindingActionFunc): function to be called
* when the action is activated
* @data: data to be passed to @callback
* @notify: function to be called when the action is removed
* from the pool