imAttribTableCallback

Definition of the callback used in ForEach function.

version(IM)
extern (C)
alias imAttribTableCallback = int function
(
void* user_data
,
int index
,
const(char)* name
,,
int count
,
const(void)* data
)
nothrow

Meta