| Top |
RygelBasicManagementRygelBasicManagement — Basic implementation of UPnP BasicManagement service version 2. |
| #define | RYGEL_TYPE_BASIC_MANAGEMENT |
| #define | RYGEL_BASIC_MANAGEMENT_UPNP_ID |
| #define | RYGEL_BASIC_MANAGEMENT_UPNP_TYPE |
| #define | RYGEL_BASIC_MANAGEMENT_DESCRIPTION_PATH |
| struct | RygelBasicManagement |
| struct | RygelBasicManagementClass |
#define RYGEL_TYPE_BASIC_MANAGEMENT (rygel_basic_management_get_type ())
The type for RygelBasicManagement.
#define RYGEL_BASIC_MANAGEMENT_UPNP_ID "urn:upnp-org:serviceId:BasicManagement"
#define RYGEL_BASIC_MANAGEMENT_UPNP_TYPE "urn:schemas-upnp-org:service:BasicManagement:2"
#define RYGEL_BASIC_MANAGEMENT_DESCRIPTION_PATH "xml/BasicManagement2.xml"
struct RygelBasicManagement {
GUPnPService parent_instance;
RygelBasicManagementPrivate * priv;
gchar* device_status;
};
Basic implementation of UPnP BasicManagement service version 2.
struct RygelBasicManagementClass {
GUPnPServiceClass parent_class;
};
The class structure for RYGEL_TYPE_BASIC_MANAGEMENT. All the fields in this structure are private and should never be accessed directly.