Method

GtkPrintSettingsset

since: 2.10

Declaration [src]

void
gtk_print_settings_set (
  GtkPrintSettings* settings,
  const gchar* key,
  const gchar* value
)

Description [src]

Associates value with key.

Available since: 2.10

Parameters

key

Type: const gchar*

A key.

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

Type: const gchar*

A string value, or NULL.

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