[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "2.24" ) ]
public delegate bool OptionsFunc (string option, OptionType type, string? description)
Function used to iterate options.
Not that description
string is not localized.
option |
the option name |
type |
the option OptionType |
description |
the option description, or null |
user_data |
user data |
true to stop the iteration, or false otherwise |