hi i have a doubt regarding retrieving objects from ClutterScript The docs for clutter_script_get_object says "This function does not increment the reference count of the returned object."
Does that mean the object is in floating state and we have to do g_object_ref and g_object_sink to own the ownership or ClutterScript owns a reference to the object and when we do g_object_unref(script), the objects will be unreferenced automatically if we haven't done a g_object_ref on object retrieved. bye
