container_updated


Description:

public signal void container_updated (MediaContainer container, MediaObject object, ObjectEventType event_type, bool sub_tree_update)

The container_updated signal is emitted if a child container under the tree of this container has been updated. object is set to the MediaObject being the source of container update. Note that it may be even set to container itself.

Parameters:

container The child container that has been updated.
object the object that got changed.
event_type describes what actually happened to object.
sub_tree_update whether the modification is part of sub-tree update.