Method
ALSASeqEventget_pointer_data
Declaration [src]
gboolean
alsaseq_event_get_pointer_data (
const ALSASeqEvent* self,
gconstpointer* data,
gsize* length,
GError** error
)
Description [src]
Get the pointer and length in data of event. It has no gurantee that the dereference of pointer is safe in VMA of user process, thus users have to know the purpose of the pointer in advance; e.g. inter-process communication between forked parent and child processes.