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

32 lines
3.6 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>GQueue</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#L181'>GQueue</a> 181 lib/glibcompat.c g_queue_clear_full (GQueue *queue, GDestroyNotify free_func)</span>
<span class='curline'><a href='../S/lib--glibcompat.h.html#L29'>GQueue</a> 29 lib/glibcompat.h void g_queue_clear_full (GQueue *queue, GDestroyNotify free_func);</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L97'>GQueue</a> 97 lib/vfs/xdirentry.h GQueue *subdir; // If this is a directory, its entry. List of vfs_s_entry</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L786'>GQueue</a> 786 lib/widget/listbox.c listbox_set_list (WListbox *l, GQueue *list)</span>
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L47'>GQueue</a> 47 lib/widget/listbox.h GQueue *list; // Pointer to the list of WLEntry</span>
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L75'>GQueue</a> 75 lib/widget/listbox.h void listbox_set_list (WListbox *l, GQueue *list);</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L106'>GQueue</a> 106 src/editor/editcomplete.c edit_collect_completion_from_one_buffer (gboolean active_buffer, GQueue **compl, mc_search_t *srch,</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L216'>GQueue</a> 216 src/editor/editcomplete.c static GQueue *</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L220'>GQueue</a> 220 src/editor/editcomplete.c GQueue *compl = NULL;</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L342'>GQueue</a> 342 src/editor/editcomplete.c edit_completion_dialog_show (const WEdit *edit, GQueue *compl, int max_width)</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L418'>GQueue</a> 418 src/editor/editcomplete.c GQueue *compl; // completions: list of GString*</span>
<span class='curline'><a href='../S/src--editor--editcomplete.h.html#L15'>GQueue</a> 15 src/editor/editcomplete.h MC_MOCKABLE char *edit_completion_dialog_show (const WEdit *edit, GQueue * compl, int max_width);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L184'>GQueue</a> 184 src/filemanager/file.c static GQueue *erase_list = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L312'>GQueue</a> 312 src/filemanager/file.c free_erase_list (GQueue *lp)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L173'>GQueue</a> 173 src/filemanager/find.c static GQueue dir_queue = G_QUEUE_INIT;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L92'>GQueue</a> 92 tests/src/editor/edit_complete_word_cmd.c static GQueue *edit_completion_dialog_show__compl;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L99'>GQueue</a> 99 tests/src/editor/edit_complete_word_cmd.c edit_completion_dialog_show (const WEdit *edit, GQueue *compl, int max_width)</span>
</pre>
</body>
</html>