[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "3.34" ) ]
public delegate bool ComponentParameterBagFilterFunc (Parameter parameter)
A function used to filter which parameters should be added to the bag, when filling it with ComponentParameterBag.from_property and set_from_property.
parameter |
an Parameter |
user_data |
user data for the callback |
true, to add the parameter to the bag; false, to not add it to the bag |