RygelBasicManagement

RygelBasicManagement — Basic implementation of UPnP BasicManagement service version 2.

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_BASIC_MANAGEMENT

#define RYGEL_TYPE_BASIC_MANAGEMENT (rygel_basic_management_get_type ())

The type for RygelBasicManagement.


RYGEL_BASIC_MANAGEMENT_UPNP_ID

#define RYGEL_BASIC_MANAGEMENT_UPNP_ID "urn:upnp-org:serviceId:BasicManagement"

RYGEL_BASIC_MANAGEMENT_UPNP_TYPE

#define RYGEL_BASIC_MANAGEMENT_UPNP_TYPE "urn:schemas-upnp-org:service:BasicManagement:2"

RYGEL_BASIC_MANAGEMENT_DESCRIPTION_PATH

#define RYGEL_BASIC_MANAGEMENT_DESCRIPTION_PATH "xml/BasicManagement2.xml"

struct RygelBasicManagement

struct RygelBasicManagement {
	GUPnPService parent_instance;
	RygelBasicManagementPrivate * priv;
	gchar* device_status;
};

Basic implementation of UPnP BasicManagement service version 2.


struct RygelBasicManagementClass

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.

Members