18#define WEB_Stylesheet 4
void(* CA_Callback_t)(int Op, CacheClient_t *Client)
Callback type for cache clients.
The DilloImage data-structure and methods.
Contains the specific data for a single window.
char * filename
Variables for Local saving.
int flags
Additional info.
DilloUrl * url
Requested URL.
DilloUrl * requester
URL that caused this request, or < NULL if user-initiated.
BrowserWindow * bw
The requesting browser window [reference].
DilloImage * Image
For image urls [reference].
int32_t bgColor
for image backgrounds
int a_Web_dispatch_by_type(const char *Type, DilloWeb *web, CA_Callback_t *Call, void **Data)
Given the MIME content type, and a fd to read it from, this function connects the proper MIME viewer ...
DilloWeb * a_Web_new(BrowserWindow *bw, const DilloUrl *url, const DilloUrl *requester)
Allocate and set safe values for a DilloWeb structure.
void a_Web_free(DilloWeb *)
Deallocate a DilloWeb structure.
int a_Web_valid(DilloWeb *web)
Validate a DilloWeb pointer.