Further annotation fixes

This commit is contained in:
Emmanuele Bassi
2010-09-08 16:41:47 +01:00
parent f1c44a27a1
commit 8a5686d835
18 changed files with 66 additions and 36 deletions

View File

@ -1148,9 +1148,10 @@ clutter_script_lookup_filename (ClutterScript *script,
* Note: this function does not increment the reference count of the
* objects it returns.
*
* Return value: (transfer container) (element-type GObject): a list of #GObject<!-- -->s,
* or %NULL. The objects are owned by the #ClutterScript instance. Use g_list_free() on the
* returned value when done.
* Return value: (transfer container) (element-type GObject.Object): a list
* of #GObject<!-- -->s, or %NULL. The objects are owned by the
* #ClutterScript instance. Use g_list_free() on the returned list when
* done.
*
* Since: 0.8.2
*/