NetSurf
Functions
nsoption.h File Reference
#include "utils/errors.h"
Include dependency graph for nsoption.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror ami_nsoption_read (void)
 
nserror ami_nsoption_write (void)
 
nserror ami_nsoption_set_location (const char *current_user_dir)
 
void ami_nsoption_free (void)
 

Function Documentation

◆ ami_nsoption_free()

void ami_nsoption_free ( void  )

Definition at line 52 of file nsoption.c.

References current_user_options.

Referenced by ami_nsoption_set_location(), and main().

Here is the caller graph for this function:

◆ ami_nsoption_read()

nserror ami_nsoption_read ( void  )

Definition at line 29 of file nsoption.c.

References current_user_options, and nsoption_read().

Referenced by main().

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

◆ ami_nsoption_set_location()

nserror ami_nsoption_set_location ( const char *  current_user_dir)

Definition at line 39 of file nsoption.c.

References ami_nsoption_free(), ASPrintf(), current_user_dir, current_user_options, NSERROR_NOMEM, and NSERROR_OK.

Referenced by ami_gui_get_user_dir().

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

◆ ami_nsoption_write()

nserror ami_nsoption_write ( void  )

Definition at line 34 of file nsoption.c.

References current_user_options, and nsoption_write().

Referenced by ami_gui_opts_use(), ami_openscreen(), and HOOKF().

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