ELinks 0.18.0
module Struct Reference

#include <module.h>

Collaboration diagram for module:

Data Fields

const char * name
 
union option_infooptions
 
struct event_hook_infohooks
 
struct module ** submodules
 
void * data
 
void(* init )(struct module *module)
 
void(* done )(struct module *module)
 
const char *(* getname )(struct module *module)
 

Field Documentation

◆ data

void* module::data

◆ done

void(* module::done) (struct module *module)

◆ getname

const char *(* module::getname) (struct module *module)

◆ hooks

struct event_hook_info* module::hooks

◆ init

void(* module::init) (struct module *module)

◆ name

const char* module::name

◆ options

union option_info* module::options

◆ submodules

struct module** module::submodules

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