[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "3.34" ) ]
public delegate bool ComponentPropertyBagFilterFunc (Property property)
A function used to filter which properties should be added to the bag, when filling it with ComponentPropertyBag.from_component and set_from_component.
property |
an Property |
user_data |
user data for the callback |
true, to add the property to the bag; false, to not add it to the bag |