NetSurf
Enumerations | Functions | Variables
download.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  download_status {
  DOWNLOAD_NONE , DOWNLOAD_WORKING , DOWNLOAD_ERROR , DOWNLOAD_COMPLETE ,
  DOWNLOAD_CANCELED
}
 

Functions

void nsws_download_window_init (struct gui_window *)
 Initialise the win32 window class for the download window. More...
 

Variables

struct gui_download_tablewin32_download_table
 

Enumeration Type Documentation

◆ download_status

Enumerator
DOWNLOAD_NONE 
DOWNLOAD_WORKING 
DOWNLOAD_ERROR 
DOWNLOAD_COMPLETE 
DOWNLOAD_CANCELED 

Definition at line 24 of file download.h.

Function Documentation

◆ nsws_download_window_init()

void nsws_download_window_init ( struct gui_window )

Initialise the win32 window class for the download window.

Variable Documentation

◆ win32_download_table

struct gui_download_table* win32_download_table
extern

Definition at line 353 of file download.c.

Referenced by WinMain().