PangoAttrFilterFunc

Type of a function filtering a list of attributes.

alias PangoAttrFilterFunc = int function(PangoAttribute* attribute, void* userData)

Return Value

TRUE if the attribute should be selected for filtering, FALSE otherwise.