Top |
#define | RYGEL_TYPE_ENERGY_MANAGEMENT |
#define | RYGEL_ENERGY_MANAGEMENT_UPNP_ID |
#define | RYGEL_ENERGY_MANAGEMENT_UPNP_TYPE |
#define | RYGEL_ENERGY_MANAGEMENT_DESCRIPTION_PATH |
struct | RygelEnergyManagement |
struct | RygelEnergyManagementClass |
#define RYGEL_TYPE_ENERGY_MANAGEMENT (rygel_energy_management_get_type ())
The type for RygelEnergyManagement.
#define RYGEL_ENERGY_MANAGEMENT_UPNP_ID "urn:upnp-org:serviceId:EnergyManagement"
#define RYGEL_ENERGY_MANAGEMENT_UPNP_TYPE "urn:schemas-upnp-org:service:EnergyManagement:1"
#define RYGEL_ENERGY_MANAGEMENT_DESCRIPTION_PATH "xml/EnergyManagement.xml"
struct RygelEnergyManagement { GUPnPService parent_instance; RygelEnergyManagementPrivate * priv; };
Implementation of UPnP EnergyManagement service.
struct RygelEnergyManagementClass { GUPnPServiceClass parent_class; };
The class structure for RYGEL_TYPE_ENERGY_MANAGEMENT
. All the fields in this structure are private and should never be accessed directly.