librygel-core API Reference

RygelConnectionManager — Basic implementation of UPnP ConnectionManager service version 2.
RygelConfiguration — Interface for dealing with Rygel configuration.
RygelLogHandler
RygelResourceInfo — Holds information about a particular resource (device and service) implementation.
RygelDBusInterface
DescriptionFile — Represents a device description document and offers methods for easy manipulation of those.
RygelPluginLoader — Responsible for plugin loading. Probes for shared library files in a specific directry and tries to grab a function with a specific name and signature, calls it. The loaded module can then add plugins to Rygel by calling the add_plugin method. NOTE: The module SHOULD make sure that plugin is not disabled by user using plugin_disabled method before creating the plugin instance and resources related to that instance.
RygelIconInfo — Holds information about an icon.
FreeDesktopDBusObject
RygelRecursiveModuleLoader — Recursivly walk a folder looking for shared libraries.
RygelRootDevice — Represents a Root device.
RygelPlugin — Represents a Rygel plugin. Plugins are supposed to provide an object of this class or a subclass.
RygelMediaDevice
RygelBaseConfiguration — Base class that can be used for configuration implementations.
RygelRootDeviceFactory — Factory for RootDevice objects. Give it a plugin and it will create a Root device for that.
RygelMetaConfig — Manages all the configuration sources for Rygel.
RygelXMLUtils — XML utility API.
RygelStateMachine — StateMachine interface.