RygelHTTPResponse

RygelHTTPResponse

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_HTTP_RESPONSE

#define RYGEL_TYPE_HTTP_RESPONSE (rygel_http_response_get_type ())

The type for RygelHTTPResponse.


struct RygelHTTPResponse

struct RygelHTTPResponse {
	GObject parent_instance;
	RygelHTTPResponsePrivate * priv;
	SoupServerMessage* msg;
	RygelHTTPSeekRequest* seek;
	RygelPlaySpeedRequest* speed;
};

struct RygelHTTPResponseClass

struct RygelHTTPResponseClass {
	GObjectClass parent_class;
	void (*end) (RygelHTTPResponse* self, gboolean aborted, guint status);
};

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

Members

end ()

virtual method called by rygel_http_response_end()