Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
web.cc File Reference
#include "msg.h"
#include "nav.h"
#include "uicmd.hh"
#include "IO/IO.h"
#include "IO/mime.h"
#include "dw/core.hh"
#include "styleengine.hh"
#include "web.hh"
Include dependency graph for web.cc:

Go to the source code of this file.

Functions

void a_Web_init (void)
 
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 to it.
 
DilloWeba_Web_new (BrowserWindow *bw, const DilloUrl *url, const DilloUrl *requester)
 Allocate and set safe values for a DilloWeb structure.
 
int a_Web_valid (DilloWeb *web)
 Validate a DilloWeb pointer.
 
void a_Web_free (DilloWeb *web)
 Deallocate a DilloWeb structure.
 

Variables

static DlistValidWebs
 

Function Documentation

◆ a_Web_dispatch_by_type()

◆ a_Web_free()

void a_Web_free ( DilloWeb web)

◆ a_Web_init()

void a_Web_init ( void  )

Definition at line 38 of file web.cc.

References dList_new(), and ValidWebs.

Referenced by main().

◆ a_Web_new()

◆ a_Web_valid()

int a_Web_valid ( DilloWeb web)

Variable Documentation

◆ ValidWebs

Dlist* ValidWebs
static

Definition at line 32 of file web.cc.

Referenced by a_Web_free(), a_Web_init(), a_Web_new(), and a_Web_valid().