Files
source/R/hook_t.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

36 lines
3.6 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>hook_t</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--hook.c.html#L57'>hook_t</a> 57 lib/hook.c add_hook (hook_t **hook_list, void (*hook_fn) (void *), void *data)</span>
<span class='curline'><a href='../S/lib--hook.c.html#L59'>hook_t</a> 59 lib/hook.c hook_t *new_hook = g_new (hook_t, 1);</span>
<span class='curline'><a href='../S/lib--hook.c.html#L71'>hook_t</a> 71 lib/hook.c execute_hooks (hook_t *hook_list)</span>
<span class='curline'><a href='../S/lib--hook.c.html#L73'>hook_t</a> 73 lib/hook.c hook_t *new_hook = NULL;</span>
<span class='curline'><a href='../S/lib--hook.c.html#L74'>hook_t</a> 74 lib/hook.c hook_t *p;</span>
<span class='curline'><a href='../S/lib--hook.c.html#L104'>hook_t</a> 104 lib/hook.c delete_hook (hook_t **hook_list, void (*hook_fn) (void *))</span>
<span class='curline'><a href='../S/lib--hook.c.html#L106'>hook_t</a> 106 lib/hook.c hook_t *new_list = NULL;</span>
<span class='curline'><a href='../S/lib--hook.c.html#L107'>hook_t</a> 107 lib/hook.c hook_t *current, *next;</span>
<span class='curline'><a href='../S/lib--hook.c.html#L123'>hook_t</a> 123 lib/hook.c hook_present (hook_t *hook_list, void (*hook_fn) (void *))</span>
<span class='curline'><a href='../S/lib--hook.c.html#L125'>hook_t</a> 125 lib/hook.c hook_t *p;</span>
<span class='curline'><a href='../S/lib--hook.h.html#L20'>hook_t</a> 20 lib/hook.h struct hook_t *next;</span>
<span class='curline'><a href='../S/lib--hook.h.html#L27'>hook_t</a> 27 lib/hook.h void add_hook (hook_t **hook_list, void (*hook_fn) (void *), void *data);</span>
<span class='curline'><a href='../S/lib--hook.h.html#L28'>hook_t</a> 28 lib/hook.h void execute_hooks (hook_t *hook_list);</span>
<span class='curline'><a href='../S/lib--hook.h.html#L29'>hook_t</a> 29 lib/hook.h void delete_hook (hook_t **hook_list, void (*hook_fn) (void *));</span>
<span class='curline'><a href='../S/lib--hook.h.html#L30'>hook_t</a> 30 lib/hook.h gboolean hook_present (hook_t *hook_list, void (*hook_fn) (void *));</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L52'>hook_t</a> 52 lib/widget/dialog.c hook_t *idle_hook = NULL;</span>
<span class='curline'><a href='../S/lib--widget--dialog.h.html#L98'>hook_t</a> 98 lib/widget/dialog.h extern hook_t *idle_hook;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L83'>hook_t</a> 83 src/filemanager/panel.c hook_t *select_file_hook = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--panel.h.html#L146'>hook_t</a> 146 src/filemanager/panel.h extern hook_t *select_file_hook;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L81'>hook_t</a> 81 src/filemanager/treestore.c static hook_t *remove_entry_hooks;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L480'>hook_t</a> 480 src/filemanager/treestore.c hook_t *p;</span>
</pre>
</body>
</html>