RygelResourceInfo

RygelResourceInfo — Holds information about a particular resource (device and service) implementation.

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_RESOURCE_INFO

#define RYGEL_TYPE_RESOURCE_INFO (rygel_resource_info_get_type ())

The type for RygelResourceInfo.


struct RygelResourceInfo

struct RygelResourceInfo {
	GTypeInstance parent_instance;
	volatile int ref_count;
	RygelResourceInfoPrivate * priv;
	gchar* upnp_type;
	gchar* upnp_id;
	gchar* description_path;
	GType type;
};

Holds information about a particular resource (device and service) implementation.


struct RygelResourceInfoClass

struct RygelResourceInfoClass {
	GTypeClass parent_class;
	void (*finalize) (RygelResourceInfo *self);
};

The class structure for RYGEL_TYPE_RESOURCE_INFO. All the fields in this structure are private and should never be accessed directly.

Members

finalize ()