| Top |
RygelRootDeviceFactoryRygelRootDeviceFactory — This is a factory to create RygelRootDevice objects for a given UPnP context. |
| #define | RYGEL_TYPE_ROOT_DEVICE_FACTORY |
| struct | RygelRootDeviceFactory |
| struct | RygelRootDeviceFactoryClass |
Call rygel_root_device_factory_create() with a plugin to create a root device for the plugin.
#define RYGEL_TYPE_ROOT_DEVICE_FACTORY (rygel_root_device_factory_get_type ())
The type for RygelRootDeviceFactory.
struct RygelRootDeviceFactory {
GObject parent_instance;
RygelRootDeviceFactoryPrivate * priv;
};
This is a factory to create RygelRootDevice objects for a given UPnP context.
Call rygel_root_device_factory_create() with a plugin to create a root device for the plugin.
struct RygelRootDeviceFactoryClass {
GObjectClass parent_class;
};
The class structure for RYGEL_TYPE_ROOT_DEVICE_FACTORY. All the fields in this structure are private and should never be accessed directly.