introspection: add some missing annotations

https://bugzilla.gnome.org/show_bug.cgi?id=667840
This commit is contained in:
Evan Nemerson
2012-01-12 18:15:55 -08:00
parent 2475443a87
commit 4b6156a57a
3 changed files with 13 additions and 13 deletions

View File

@ -413,7 +413,7 @@ clutter_timeout_pool_new (gint priority)
* @pool: a #ClutterTimeoutPool
* @fps: the time between calls to the function, in frames per second
* @func: function to call
* @data: data to pass to the function, or %NULL
* @data: (closure): data to pass to the function, or %NULL
* @notify: function to call when the timeout is removed, or %NULL
*
* Sets a function to be called at regular intervals, and puts it inside