Lines Matching refs:collect_items
146 GSList *collect_items; member
383 g_slist_foreach (model->collect_items, (GFunc) xfce_appfinder_model_item_free, model); in xfce_appfinder_model_finalize()
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
1769 xfce_appfinder_model_collect_menu (menu, NULL, &collect_items, &collect_categories); in xfce_appfinder_model_menu_changed_idle()
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()
1886 appfinder_return_val_if_fail (model->collect_items == NULL, NULL); in xfce_appfinder_model_collect_thread()
1898 &model->collect_items, in xfce_appfinder_model_collect_thread()
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()
1983 … model->collect_items = g_slist_sort (model->collect_items, xfce_appfinder_model_item_compare); in xfce_appfinder_model_collect_thread()