NetSurf
Data Fields
login_ctx Struct Reference

Data Fields

char * username
 
char * password
 
char * description
 
nserror(* cb )(const char *username, const char *password, void *cbctx)
 
void * cbctx
 

Detailed Description

Definition at line 42 of file login.c.

Field Documentation

◆ cb

nserror(* login_ctx::cb) (const char *username, const char *password, void *cbctx)

Definition at line 46 of file login.c.

Referenced by login_dialog_cancel(), login_dialog_ok(), and nsw32_401login().

◆ cbctx

void* login_ctx::cbctx

Definition at line 47 of file login.c.

Referenced by login_dialog_cancel(), login_dialog_ok(), and nsw32_401login().

◆ description

char* login_ctx::description

Definition at line 45 of file login.c.

Referenced by free_loginctx(), login_dialog_init(), and nsw32_401login().

◆ password

char* login_ctx::password

Definition at line 44 of file login.c.

Referenced by free_loginctx(), login_dialog_init(), login_dialog_ok(), and nsw32_401login().

◆ username

char* login_ctx::username

Definition at line 43 of file login.c.

Referenced by free_loginctx(), login_dialog_init(), login_dialog_ok(), and nsw32_401login().


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