ObjectWrap.defaultDeepNotify

void defaultDeepNotify(gobject.object.ObjectWrap object, gst.object.ObjectWrap orig, gobject.param_spec.ParamSpec pspec, string[] excludedProps = null)

A default deep_notify signal callback for an object. The user data should contain a pointer to an array of strings that should be excluded from the notify. The default handler will print the new value of the property using g_print.

MT safe. This function grabs and releases object's LOCK for getting its path string.

Parameters

objectthe #GObject that signalled the notify.
origa #GstObject that initiated the notify.
pspeca #GParamSpec of the property.
excludedPropsa set of user-specified properties to exclude or null to show all changes.