| Top |
RygelResourceInfoRygelResourceInfo — Holds information about a particular resource (device and service) implementation. |
| #define | RYGEL_TYPE_RESOURCE_INFO |
| struct | RygelResourceInfo |
| struct | RygelResourceInfoClass |
#define RYGEL_TYPE_RESOURCE_INFO (rygel_resource_info_get_type ())
The type for 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 {
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.