ELinks 0.16.1.1
location Struct Reference

#include <location.h>

Collaboration diagram for location:

Data Fields

void * magic1
struct locationnext
struct locationprev
void * magic2
struct frame list frames
struct frame list iframes
struct download download
struct view_state vs

(Note that these are not member symbols.)

void copy_location (struct location *dst, struct location *src)
void destroy_location (struct location *)
 You probably want to call del_from_history() first!

◆ copy_location()

void copy_location ( struct location * dst,
struct location * src )
related

◆ destroy_location()

void destroy_location ( struct location * )
related

You probably want to call del_from_history() first!

Field Documentation

◆ download

struct download location::download

◆ frames

struct frame list location::frames

◆ iframes

struct frame list location::iframes

◆ magic1

void* location::magic1

◆ magic2

void* location::magic2

◆ next

struct location* location::next

◆ prev

struct location* location::prev

◆ vs

struct view_state location::vs

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