Searched refs:collect_items (Results 1 – 6 of 6) sorted by relevance
/dports/x11/libexo/exo-4.16.3/exo-desktop-item-edit/ |
H A D | exo-die-command-model.c | 86 GSList *collect_items; member 173 g_slist_foreach (command_model->collect_items, (GFunc) (void (*)(void)) g_free, NULL); in exo_die_command_model_finalize() 174 g_slist_free (command_model->collect_items); in exo_die_command_model_finalize() 383 command_model->items = command_model->collect_items; in exo_die_command_model_collect_idle() 384 command_model->collect_items = NULL; in exo_die_command_model_collect_idle() 499 command_model->collect_items = items; in exo_die_command_model_collect_thread()
|
H A D | exo-die-desktop-model.c | 94 GSList *collect_items; member 172 …g_slist_foreach (desktop_model->collect_items, (GFunc) (void (*)(void)) exo_die_desktop_item_free,… in exo_die_desktop_model_finalize() 173 g_slist_free (desktop_model->collect_items); in exo_die_desktop_model_finalize() 426 desktop_model->items = desktop_model->collect_items; in exo_die_desktop_model_collect_idle() 427 desktop_model->collect_items = NULL; in exo_die_desktop_model_collect_idle() 537 desktop_model->collect_items = g_slist_sort (items, exo_die_desktop_item_compare); in exo_die_desktop_model_collect_thread()
|
/dports/misc/xfce4-appfinder/xfce4-appfinder-4.16.1/src/ |
H A D | appfinder-model.c | 146 GSList *collect_items; member 384 g_slist_free (model->collect_items); in xfce_appfinder_model_finalize() 789 model->items = model->collect_items; in xfce_appfinder_model_collect_idle() 790 model->collect_items = NULL; in xfce_appfinder_model_collect_idle() 1523 model->collect_items = g_slist_prepend (model->collect_items, item); in xfce_appfinder_model_collect_history() 1733 GSList *collect_items = NULL; in xfce_appfinder_model_menu_changed_idle() local 1771 for (li = collect_items; li != NULL; li = li->next) in xfce_appfinder_model_menu_changed_idle() 1837 g_slist_free (collect_items); in xfce_appfinder_model_menu_changed_idle() 1977 if (model->collect_items != NULL in xfce_appfinder_model_collect_thread() 1981 …model->collect_items = g_slist_sort_with_data (model->collect_items, xfce_appfinder_model_item_com… in xfce_appfinder_model_collect_thread() [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/ |
H A D | data.rs | 173 let items = collect_items( in trait_data_query() 237 let items = collect_items( in impl_data_query() 299 fn collect_items( in collect_items() function 358 items.extend(collect_items( in collect_items()
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/ |
H A D | data.rs | 209 let items = collect_items( in trait_data_query() 273 let items = collect_items( in impl_data_query() 335 fn collect_items( in collect_items() function 394 items.extend(collect_items( in collect_items()
|
/dports/databases/beansdb/beansdb-0.7.1.4/src/ |
H A D | hint.c | 49 void collect_items(Item *it, void *param) in collect_items() function 113 ht_visit(tree, collect_items, &p); in build_hint()
|