NetSurf
|
function table for download windows. More...
#include <download.h>
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) |
function table for download windows.
Definition at line 34 of file download.h.
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().
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().
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().
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().