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