NetSurf
Data Fields
gui_download_table Struct Reference

function table for download windows. More...

#include <download.h>

Collaboration diagram for gui_download_table:
[legend]

Data Fields

struct gui_download_window *(* create )(struct download_context *ctx, struct gui_window *parent)
 
nserror(* data )(struct gui_download_window *dw, const char *data, unsigned int size)
 
void(* error )(struct gui_download_window *dw, const char *error_msg)
 
void(* done )(struct gui_download_window *dw)
 

Detailed Description

function table for download windows.

Definition at line 34 of file download.h.

Field Documentation

◆ create

struct gui_download_window *(* gui_download_table::create) (struct download_context *ctx, struct gui_window *parent)

Definition at line 1 of file download.h.

Referenced by download_context_process_headers(), and verify_download_register().

◆ data

nserror(* gui_download_table::data) (struct gui_download_window *dw, const char *data, unsigned int size)

Definition at line 37 of file download.h.

Referenced by download_callback(), and verify_download_register().

◆ done

void(* gui_download_table::done) (struct gui_download_window *dw)

Definition at line 41 of file download.h.

Referenced by download_callback(), and verify_download_register().

◆ error

void(* gui_download_table::error) (struct gui_download_window *dw, const char *error_msg)

Definition at line 39 of file download.h.

Referenced by download_callback(), and verify_download_register().


The documentation for this struct was generated from the following file: