lqr_vmap_list_foreach(3) debian man page | unix.com

Man Page: lqr_vmap_list_foreach

Operating Environment: debian

Section: 3

LQR_VMAP_LIST_FOREACH(3)				     LqR library API reference					  LQR_VMAP_LIST_FOREACH(3)

NAME
lqr_vmap_list_foreach - perform operations on all LqrVMap objects in an LqrVMapList object
SYNOPSIS
#include <lqr.h> LqrRetVal lqr_vmap_list_foreach(LqrVMapList* list, LqrVMapFunc func, gpointer data);
DESCRIPTION
The function lqr_vmap_list_foreach can be used to apply the function func to all the LqrVMap objects listed in list. The parameter data is used to pass arguments to the function. The list value should be obtained through the function lqr_vmap_list_start(3). The function func is of type LqrVMapFunc, whose prototype is defined by: typedef LqrRetVal (*LqrVMapFunc) (LqrVMap *vmap, gpointer data); The data argument is of type gpointer, which is just a pointer to void.
SEE ALSO
LqrRetVal(3), lqr_vmap_list_start(3), lqr_vmap_list_current(3), lqr_vmap_list_next(3), lqr_vmap_internal_dump(3), lqr_carver_set_dump_vmaps(3)
COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_VMAP_LIST_FOREACH(3)
Related Man Pages
lqr_progress_set_end_width_message(3) - debian
lqr_progress_set_init(3) - debian
lqr_progress_set_init_width_message(3) - debian
lqr_vmap_get_data(3) - debian
lqr_vmap_load(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph