25#ifndef NETSURF_MISC_H_
26#define NETSURF_MISC_H_
106 const char *username,
const char *password,
109 const char *username,
110 const char *password,
nserror
Enumeration of error codes.
struct nsurl nsurl
NetSurf URL object.
Graphical user interface browser misc function table.
nserror(* schedule)(int t, void(*callback)(void *p), void *p)
Schedule a callback.
nserror(* launch_url)(struct nsurl *url)
core has no fetcher for url
nserror(* login)(struct nsurl *url, const char *realm, const char *username, const char *password, nserror(*cb)(struct nsurl *url, const char *realm, const char *username, const char *password, void *pw), void *cbpw)
Retrieve username/password for a given url+realm if there is one stored in a frontend-specific way (e...
void(* quit)(void)
called to allow the gui to cleanup.
nserror(* present_cookies)(const char *search_term)
Request that the cookie manager be displayed.
void(* pdf_password)(char **owner_pass, char **user_pass, char *path)
Prompt the user for a password for a PDF.
first entry in window list
static nserror path(const struct redraw_context *ctx, const plot_style_t *pstyle, const float *p, unsigned int n, const float transform[6])
Plots a path.