@construct


Description:

[ Version ( deprecated = true ) ]
public bool @construct ()

Warning: @construct is deprecated.

Finish initialization of a newly allocated ghost pad.

Note:

This function is deprecated since 1.18 and does nothing anymore.

This function is most useful in language bindings and when subclassing GhostPad; plugin and application developers normally will not call this function. Call this function directly after a call to g_object_new (GST_TYPE_GHOST_PAD, "direction", dir, ..., NULL).

Parameters:

this

the newly allocated ghost pad

Returns:

true if the construction succeeds, false otherwise.