Method

GtkPrintSettingsunset

since: 2.10

Declaration [src]

void
gtk_print_settings_unset (
  GtkPrintSettings* settings,
  const gchar* key
)

Description [src]

Removes any value associated with key. This has the same effect as setting the value to NULL.

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.