System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

dmmp_context_userdata_set - Set user data pointer.

Synopsis

"void" dmmp_context_userdata_set (struct dmmp_context *" ctx ",
void *" userdata ");

Arguments

Pointer of 'struct dmmp_context'. If this pointer is NULL, your program will be terminated by assert.

Pointer of user defined data.

Description

Store user data pointer into 'struct dmmp_context'.

Return

void