NetSurf
Functions
launch.h File Reference

Fetching of data from a URL (Registration). More...

#include "utils/errors.h"
Include dependency graph for launch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ami_openurl_open (void)
 Initialise the fetcher. More...
 
void ami_openurl_close (void)
 
nserror gui_launch_url (struct nsurl *url)
 

Detailed Description

Fetching of data from a URL (Registration).

Definition in file launch.h.

Function Documentation

◆ ami_openurl_close()

void ami_openurl_close ( void  )

Definition at line 140 of file launch.c.

References ami_openurl_free_list(), ami_unsupportedprotocols, IOpenURL, and OpenURLBase.

Referenced by gui_quit().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ami_openurl_open()

void ami_openurl_open ( void  )

Initialise the fetcher.

Must be called once before any other function.

Definition at line 127 of file launch.c.

References ami_AllocMinList(), ami_unsupportedprotocols, IOpenURL, nsoption_bool, and OpenURLBase.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gui_launch_url()

nserror gui_launch_url ( struct nsurl url)

Definition at line 150 of file launch.c.

References ami_openurl_add_protocol(), ami_openurl_check_list(), ami_unsupportedprotocols, ASPrintf(), IOpenURL, NSERROR_OK, and nsurl_access().

Here is the call graph for this function: