RygelHTTPTimeSeekResponse

RygelHTTPTimeSeekResponse

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_HTTP_TIME_SEEK_RESPONSE

#define RYGEL_TYPE_HTTP_TIME_SEEK_RESPONSE (rygel_http_time_seek_response_get_type ())

The type for RygelHTTPTimeSeekResponse.


struct RygelHTTPTimeSeekResponse

struct RygelHTTPTimeSeekResponse {
	RygelHTTPResponseElement parent_instance;
	RygelHTTPTimeSeekResponsePrivate * priv;
};

struct RygelHTTPTimeSeekResponseClass

struct RygelHTTPTimeSeekResponseClass {
	RygelHTTPResponseElementClass parent_class;
};

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

Members