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

22 lines
1.8 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>add_hook</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#L82'>add_hook</a> 82 lib/hook.c add_hook (&amp;new_hook, hook_list-&gt;hook_fn, hook_list-&gt;hook_data);</span>
<span class='curline'><a href='../S/lib--hook.c.html#L115'>add_hook</a> 115 lib/hook.c add_hook (&amp;new_list, current-&gt;hook_fn, current-&gt;hook_data);</span>
<span class='curline'><a href='../S/lib--hook.h.html#L27'>add_hook</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/src--filemanager--info.c.html#L345'>add_hook</a> 345 src/filemanager/info.c add_hook (&amp;select_file_hook, info_hook, info);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L674'>add_hook</a> 674 src/filemanager/treestore.c add_hook (&amp;remove_entry_hooks, (void (*) (void *)) callback, data);</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L142'>add_hook</a> 142 src/viewer/actions_cmd.c add_hook (&amp;idle_hook, mcview_hook, v);</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L656'>add_hook</a> 656 src/viewer/actions_cmd.c add_hook (&amp;select_file_hook, mcview_hook, view);</span>
</pre>
</body>
</html>