OptionsFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "2.24" ) ]
public delegate bool OptionsFunc (string option, OptionType type, string? description)
[ 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.
Parameters:
option |
the option name |
type |
the option OptionType |
description |
the option description, or null |
user_data |
user data |
Returns:
true to stop the iteration, or false otherwise |
Namespace: JSC
Package: javascriptcoregtk-6.0