Created by potrace 1.16, written by Peter Selinger 2001-2019

Miva Developer Docs

Syntax
miva_struct_member_callback( struct var, function, data var )

Returns#

Return Value: Empty

Parameters#

Parameter Description
struct The structure that had the member accessed
function a string containing the callback function name that will be triggered when a member does not exist in the structure (if the callback function is empty, the callback will be disabled)
data The data that will be passed to the callback function