script: Fix annotation for get_object()'s return value

This commit is contained in:
Emmanuele Bassi 2010-10-11 15:07:06 +01:00
parent dcf2662616
commit 2f21c851ea

View File

@ -569,7 +569,7 @@ clutter_script_load_from_data (ClutterScript *script,
* Retrieves the object bound to @name. This function does not increment * Retrieves the object bound to @name. This function does not increment
* the reference count of the returned object. * the reference count of the returned object.
* *
* Return value: : (transfer none): the named object, or %NULL if no object * Return value: (transfer none): the named object, or %NULL if no object
* with the given name was available * with the given name was available
* *
* Since: 0.6 * Since: 0.6