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

30 lines
2.9 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>listbox_is_empty</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--widget--listbox.c.html#L54'>listbox_is_empty</a> 54 lib/widget/listbox.c #define LISTBOX_LAST(l) (listbox_is_empty (l) ? 0 : (int) g_queue_get_length ((l)-&gt;list) - 1)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L205'>listbox_is_empty</a> 205 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L236'>listbox_is_empty</a> 236 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L258'>listbox_is_empty</a> 258 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L420'>listbox_is_empty</a> 420 lib/widget/listbox.c if (listbox_is_empty (l))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L588'>listbox_is_empty</a> 588 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L613'>listbox_is_empty</a> 613 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L663'>listbox_is_empty</a> 663 lib/widget/listbox.c if (listbox_is_empty (l) || dest &lt; 0)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L697'>listbox_is_empty</a> 697 lib/widget/listbox.c return listbox_is_empty (l) ? 0 : (int) g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L726'>listbox_is_empty</a> 726 lib/widget/listbox.c if (!listbox_is_empty (l) &amp;&amp; pos &gt;= 0)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L751'>listbox_is_empty</a> 751 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L74'>listbox_is_empty</a> 74 lib/widget/listbox.h gboolean listbox_is_empty (const WListbox *l);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L236'>listbox_is_empty</a> 236 src/filemanager/hotlist.c if (!listbox_is_empty (list))</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L337'>listbox_is_empty</a> 337 src/filemanager/hotlist.c if (listbox_is_empty (l_hotlist))</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L626'>listbox_is_empty</a> 626 src/filemanager/hotlist.c if (!listbox_is_empty (list))</span>
</pre>
</body>
</html>