UtilsPredicateStr
Description:
[ CCode ( has_target = false ) ]
[ Version ( since = "1.26" ) ]
public delegate bool UtilsPredicateStr (string str)
[ 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.
Parameters:
str |
the name to check. |
Returns:
true if the predicate function matches. |
Namespace: NM
Package: libnm