g_queue_get_length 919 lib/vfs/direntry.c while (g_queue_get_length (ino->subdir) != 0) g_queue_get_length 54 lib/widget/listbox.c #define LISTBOX_LAST(l) (listbox_is_empty (l) ? 0 : (int) g_queue_get_length ((l)->list) - 1) g_queue_get_length 108 lib/widget/listbox.c length = g_queue_get_length (l->list); g_queue_get_length 155 lib/widget/listbox.c length = g_queue_get_length (l->list); g_queue_get_length 236 lib/widget/listbox.c if ((guint) l->current + 1 < g_queue_get_length (l->list)) g_queue_get_length 310 lib/widget/listbox.c length = g_queue_get_length (l->list); g_queue_get_length 693 lib/widget/listbox.c return listbox_is_empty (l) ? 0 : (int) g_queue_get_length (l->list); g_queue_get_length 756 lib/widget/listbox.c length = g_queue_get_length (l->list); g_queue_get_length 369 src/editor/editcomplete.c compl_dlg_h = g_queue_get_length (compl) + 2; g_queue_get_length 456 src/editor/editcomplete.c if (g_queue_get_length (compl) == 1) g_queue_get_length 277 tests/src/editor/edit_complete_word_cmd.c ck_assert_int_eq (g_queue_get_length (edit_completion_dialog_show__compl),