From: Murray Cumming Date: Mon, 28 Jan 2013 08:49:44 +0000 (+0100) Subject: docs: Minor fixes X-Git-Tag: RYGEL_0_17_8~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17eff5ebe3c1d7936b3e3e9eb02395a701daa0e4;p=profile%2Fivi%2Frygel.git docs: Minor fixes --- diff --git a/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml b/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml index fe619df..5be0903 100644 --- a/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml +++ b/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml @@ -78,9 +78,9 @@ content, though that is not particularly efficient. RygelMediaExportRootContainer then delegates its RygelMediaContainer virtual function implementations to this media cache, which in turn uses the RygelMediaExportObjectFactory to instantiate new containers for each request based on their ID. For instance, it returns a RygelMediaExportDBContainer if the requested ID indicates a virtual container, using the definition in the rest of the ID to build a suitable SQL query. -The root container derives from TrackableDbContainer, which in turn implements the RygelTrackableContainer interface, to implement the change tracking profile of the UPnP ContentDirectory:3 specification. Therefore, whenever the root container, or its child items, have changed, we call the rygel_trackable_container_updated(). +The root container derives from TrackableDbContainer, which in turn implements the RygelTrackableContainer interface, to implement the change tracking profile of the UPnP ContentDirectory:3 specification. Therefore, whenever the root container, or its child items, have changed, we call the rygel_trackable_container_updated() function. -Any filesystem folders are implemented as UPnP containers via the WritableDbContainer class, which implements the RygelWritableContainer interface to allow new files to be uploaded to the filesystem via UPnP. +Any filesystem folders are implemented as UPnP containers via the RygelMediaExportWritableDbContainer class, which implements the RygelWritableContainer interface to allow new files to be uploaded to the filesystem via UPnP.