Lines Matching full:container
2 * Reset container
14 * The "reset container" is an object which implements the Resettable
16 * implement Resettable. Resetting the reset container resets all the
22 #define TYPE_RESETTABLE_CONTAINER "resettable-container"
26 * resettable_container_add: Add a resettable object to the container
27 * @rc: container
28 * @obj: object to add to the container
39 * resettable_container_remove: Remove an object from the container
40 * @rc: container
41 * @obj: object to remove from the container
44 * previously added to this container.