| Top |  |  |  |  | 
| #define | RYGEL_TYPE_HTTP_RESPONSE | 
| struct | RygelHTTPResponse | 
| struct | RygelHTTPResponseClass | 
GeeList * rygel_http_response_preroll (RygelHTTPResponse *self,GError **error);
| self | the RygelHTTPResponse instance | |
| error | location to store the error occuring, or  | 
void rygel_http_response_end (RygelHTTPResponse *self,gboolean aborted,guint status);
RygelHTTPResponse * rygel_http_response_new (RygelHTTPGet *request,RygelHTTPGetHandler *request_handler,RygelDataSource *src,GError **error);
| request | 
 | |
| request_handler | 
 | |
| src | 
 | |
| error | location to store the error occuring, or  | 
SoupServer *
rygel_http_response_get_server (RygelHTTPResponse *self);
Get and return the current value of the "server" property.
gint
rygel_http_response_get_priority (RygelHTTPResponse *self);
Get and return the current value of the "priority" property.
#define RYGEL_TYPE_HTTP_RESPONSE (rygel_http_response_get_type ())
The type for RygelHTTPResponse.
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.