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

29 lines
2.7 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_fn</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_fn</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#L61'>hook_fn</a> 61 lib/hook.c new_hook-&gt;hook_fn = hook_fn;</span>
<span class='curline'><a href='../S/lib--hook.c.html#L82'>hook_fn</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#L89'>hook_fn</a> 89 lib/hook.c new_hook-&gt;hook_fn (new_hook-&gt;hook_data);</span>
<span class='curline'><a href='../S/lib--hook.c.html#L104'>hook_fn</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#L112'>hook_fn</a> 112 lib/hook.c if (current-&gt;hook_fn == hook_fn)</span>
<span class='curline'><a href='../S/lib--hook.c.html#L115'>hook_fn</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.c.html#L123'>hook_fn</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#L128'>hook_fn</a> 128 lib/hook.c if (p-&gt;hook_fn == hook_fn)</span>
<span class='curline'><a href='../S/lib--hook.h.html#L18'>hook_fn</a> 18 lib/hook.h void (*hook_fn) (void *);</span>
<span class='curline'><a href='../S/lib--hook.h.html#L27'>hook_fn</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#L29'>hook_fn</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_fn</a> 30 lib/hook.h gboolean hook_present (hook_t *hook_list, void (*hook_fn) (void *));</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L484'>hook_fn</a> 484 src/filemanager/treestore.c tree_store_remove_fn r = (tree_store_remove_fn) p-&gt;hook_fn;</span>
</pre>
</body>
</html>