|
Dillo v3.2.0-143-gabad1053
|
#include "dlib/dlib.h"

Go to the source code of this file.
Classes | |
| struct | Action |
Functions | |
| void | a_Actions_init (void) |
| Dlist * | a_Actions_link_get (void) |
| Dlist * | a_Actions_page_get (void) |
| int | a_Actions_run (Action *action) |
| void a_Actions_init | ( | void | ) |
Definition at line 63 of file actions.c.
References actions_parse(), link_actions, DilloPrefs::link_actions, page_actions, DilloPrefs::page_actions, and prefs.
Referenced by main().
| Dlist * a_Actions_link_get | ( | void | ) |
| Dlist * a_Actions_page_get | ( | void | ) |
| int a_Actions_run | ( | Action * | action | ) |
Definition at line 82 of file actions.c.
References Action::cmd, Action::label, and MSG.
Referenced by Menu_open_page_action_cb(), and Menu_open_url_action_cb().