Home
last modified time | relevance | path

Searched refs:elm_genlist_block_count_get (Results 1 – 3 of 3) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_genlist_eo.legacy.h271 EAPI int elm_genlist_block_count_get(const Elm_Genlist *obj);
H A Delm_genlist_eo.legacy.c105 elm_genlist_block_count_get(const Elm_Genlist *obj) in elm_genlist_block_count_get() function
/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Dgenlist_example_02.c139 printf("block count: %d\n", elm_genlist_block_count_get(list)); in elm_main()