mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
introspection: add some missing annotations
https://bugzilla.gnome.org/show_bug.cgi?id=667840
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user