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

26 lines
2.5 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>g_queue_get_length</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--vfs--direntry.c.html#L916'>g_queue_get_length</a> 916 lib/vfs/direntry.c while (g_queue_get_length (ino-&gt;subdir) != 0)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L54'>g_queue_get_length</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#L108'>g_queue_get_length</a> 108 lib/widget/listbox.c length = g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L157'>g_queue_get_length</a> 157 lib/widget/listbox.c length = g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L238'>g_queue_get_length</a> 238 lib/widget/listbox.c if ((guint) l-&gt;current + 1 &lt; g_queue_get_length (l-&gt;list))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L312'>g_queue_get_length</a> 312 lib/widget/listbox.c length = g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L697'>g_queue_get_length</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#L760'>g_queue_get_length</a> 760 lib/widget/listbox.c length = g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L354'>g_queue_get_length</a> 354 src/editor/editcomplete.c compl_dlg_h = g_queue_get_length (compl) + 2;</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L442'>g_queue_get_length</a> 442 src/editor/editcomplete.c if (g_queue_get_length (compl) == 1)</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L261'>g_queue_get_length</a> 261 tests/src/editor/edit_complete_word_cmd.c ck_assert_int_eq (g_queue_get_length (edit_completion_dialog_show__compl),</span>
</pre>
</body>
</html>