| Top |
#define RYGEL_TYPE_HTTP_SERVER (rygel_http_server_get_type ())
The type for RygelHTTPServer.
struct RygelHTTPServer {
GObject parent_instance;
RygelHTTPServerPrivate * priv;
RygelMediaContainer* root_container;
GUPnPContext* context;
GHashTable* replacements;
};
struct RygelHTTPServerClass {
GObjectClass parent_class;
gchar* (*get_protocol) (RygelHTTPServer* self);
GeeArrayList* (*get_protocol_info) (RygelHTTPServer* self);
};
The class structure for RYGEL_TYPE_HTTP_SERVER. All the fields in this structure are private and should never be accessed directly.