| Top |
RygelHTTPResponseElementRygelHTTPResponseElement — This abstract class represents an entity that can contribute response headers to a HTTP request. |
| #define | RYGEL_TYPE_HTTP_RESPONSE_ELEMENT |
| #define | RYGEL_HTTP_RESPONSE_ELEMENT_UNSPECIFIED |
| struct | RygelHTTPResponseElement |
| struct | RygelHTTPResponseElementClass |
#define RYGEL_TYPE_HTTP_RESPONSE_ELEMENT (rygel_http_response_element_get_type ())
The type for RygelHTTPResponseElement.
#define RYGEL_HTTP_RESPONSE_ELEMENT_UNSPECIFIED ((gint64) -1)
struct RygelHTTPResponseElement {
GObject parent_instance;
RygelHTTPResponseElementPrivate * priv;
};
This abstract class represents an entity that can contribute response headers to a HTTP request.
struct RygelHTTPResponseElementClass {
GObjectClass parent_class;
void (*add_response_headers) (RygelHTTPResponseElement* self, RygelHTTPRequest* request);
gchar* (*to_string) (RygelHTTPResponseElement* self);
};
The class structure for RYGEL_TYPE_HTTP_RESPONSE_ELEMENT. All the fields in this structure are private and should never be accessed directly.