/*@ Get an iterator on all childrens */
return: free(own(iterator<Eo *> *), eina_iterator_free) @warn_unused;
}
- composite_attach {
+ composite_attach @protected { /* XXX: Still BETA! */
/**
* @brief Make an object a composite object of another.
*
}
return: bool; /*@ EINA_TRUE if successfull. EINA_FALSE otherwise. */
}
- composite_detach {
+ composite_detach @protected { /* XXX: Still BETA! */
/**
* @brief Detach a composite object from another object.
*
}
return: bool; /*@ EINA_TRUE if successfull. EINA_FALSE otherwise. */
}
- composite_part_is {
+ composite_part_is @protected { /* XXX: Still BETA! */
/**
* @brief Check if an object is part of a composite object.
*