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

27 lines
2.4 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>destroy</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--glibcompat.c.html#L117'>destroy</a> 117 lib/glibcompat.c g_clear_slist (GSList **slist_ptr, GDestroyNotify destroy)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L127'>destroy</a> 127 lib/glibcompat.c if (destroy != NULL)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L128'>destroy</a> 128 lib/glibcompat.c g_slist_free_full (slist, destroy);</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L148'>destroy</a> 148 lib/glibcompat.c g_clear_list (GList **list_ptr, GDestroyNotify destroy)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L158'>destroy</a> 158 lib/glibcompat.c if (destroy != NULL)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L159'>destroy</a> 159 lib/glibcompat.c g_list_free_full (list, destroy);</span>
<span class='curline'><a href='../S/lib--glibcompat.h.html#L24'>destroy</a> 24 lib/glibcompat.h void g_clear_slist (GSList **slist_ptr, GDestroyNotify destroy);</span>
<span class='curline'><a href='../S/lib--glibcompat.h.html#L25'>destroy</a> 25 lib/glibcompat.h void g_clear_list (GList **list_ptr, GDestroyNotify destroy);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L395'>destroy</a> 395 lib/widget/dialog.c w-&gt;destroy = dlg_default_destroy;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L337'>destroy</a> 337 lib/widget/widget-common.c w-&gt;destroy = widget_default_destroy;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L172'>destroy</a> 172 lib/widget/widget-common.h void (*destroy) (Widget *w);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L396'>destroy</a> 396 lib/widget/widget-common.h w-&gt;destroy (w);</span>
</pre>
</body>
</html>