Method

GtkPrintSettingsset_default_source

since: 2.10

Declaration [src]

void
gtk_print_settings_set_default_source (
  GtkPrintSettings* settings,
  const gchar* default_source
)

Description [src]

Sets the value of GTK_PRINT_SETTINGS_DEFAULT_SOURCE.

Available since: 2.10

Parameters

default_source

Type: const gchar*

The default source.

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