lqr_vmap_list_start, lqr_vmap_list_current, lqr_vmap_list_next, lqr_vmap_list_foreach — get LqrVMap
objects from a LqrCarver
#include <lqr.h>
LqrVMapList* lqr_vmap_list_start( | LqrCarver* | carver) ; |
LqrVMap lqr_vmap_list_current( | LqrVMapList* | list) ; |
LqrVMapList lqr_vmap_list_next( | LqrVMapList* | list) ; |
LqrRetVal lqr_vmap_list_foreach( | LqrVMapList* | list, |
LqrVMapFunc | func, | |
gpointer | data) ; |