PrintSettingsFunc
Description:
[
CCode ( instance_pos =
2.9 ) ]
public delegate void PrintSettingsFunc (
string key,
string value)
Function called by [method@Gtk.
PrintSettings.foreach] on every key/value pair inside a [class@Gtk.PrintSettings].
Parameters:
key |
the setting key
|
value |
the setting value
|
user_data |
The user data provided with the function
|