| Top |
| #define | RYGEL_TYPE_HTTP_BYTE_SEEK_RESPONSE |
| struct | RygelHTTPByteSeekResponse |
| struct | RygelHTTPByteSeekResponseClass |
#define RYGEL_TYPE_HTTP_BYTE_SEEK_RESPONSE (rygel_http_byte_seek_response_get_type ())
The type for RygelHTTPByteSeekResponse.
struct RygelHTTPByteSeekResponse {
RygelHTTPResponseElement parent_instance;
RygelHTTPByteSeekResponsePrivate * priv;
};
struct RygelHTTPByteSeekResponseClass {
RygelHTTPResponseElementClass parent_class;
};
The class structure for RYGEL_TYPE_HTTP_BYTE_SEEK_RESPONSE. All the fields in this structure are private and should never be accessed directly.