Lines Matching refs:items
45 Eina_List* items; /**< the list of items */
77 * When the reference count it's reached 0, the menu with all items are freed.
89 EINA_LIST_FREE(menu->items, item)
116 * Gets the list of items.
118 * @param o the context menu object to get list of the items
119 * @return the list of the items on success or @c 0 on failure
125 return o->items;
362 menu->items = 0;
410 o->items = eina_list_append(o->items, menu_item);
417 * Emits a signal with the items of the context menu.
430 evas_object_smart_callback_call(o->view, "contextmenu,customize", o->items);