get_effects
Description:
[
Version ( since =
"1.4" ) ]
public List<
unowned Effect>
get_effects ()
Retrieves the Effects applied on this, if any
Parameters:
Returns:
|
a list of Effects, or null. The elements of the returned list
are owned by Clutter and they should not be freed. You should free the returned list using g_list_free
when done
|