TrackableContainer


Object Hierarchy:

Object hierarchy for TrackableContainer

Description:

public interface TrackableContainer : MediaContainer

The base class for containers that provide automatic change tracking.

Derived classes should implement the add_child() and remove_child() virtual functions to keep track of child items and child containers.

Rygel server plugins (See #RygelMediaServer) may then call rygel_trackable_container_add_child_tracked() and rygel_trackable_container_remove_child_tracked() to add and remove items, which will then cause the #RygelContainer::container_updated signal to be emitted.


Namespace: Rygel
Package: librygel-server

Content:

Methods:

Signals:

Inherited Members:

All known members inherited from class GLib.Object