[ CCode ( cname = "gst_pad_set_query_function_full" ) ]
public void set_query_function (PadQueryFunction query, void* user_data = null, DestroyNotify? notify = null)
Set the given query function for the pad.
this |
a Pad of either direction. |
query |
the PadQueryFunction to set. |
notify |
notify called when |
user_data |
user_data passed to |