Method

GtkPrintSettingsset_bool

Declaration [src]

void
gtk_print_settings_set_bool (
  GtkPrintSettings* settings,
  const char* key,
  gboolean value
)

Description [src]

Sets key to a boolean value.

Parameters

key

Type: const char*

A key.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: gboolean

A boolean.