GstPadForwardFunction

A forward function is called for all internally linked pads, see Pad.forward.

alias GstPadForwardFunction = int function(GstPad* pad, void* userData)

Return Value

TRUE if the dispatching procedure has to be stopped.