[ CCode ( has_target = false ) ]
[ Version ( since = "1.26" ) ]
public delegate bool UtilsPredicateStr (string str)
This function takes a string argument and returns either true or false .
It is a general purpose predicate, for example used by option_clear_by_name.
str |
the name to check. |
true if the predicate function matches. |