Method

GtkPrintOperationget_status_string

since: 2.10

Declaration [src]

const gchar*
gtk_print_operation_get_status_string (
  GtkPrintOperation* op
)

Description [src]

Returns a string representation of the status of the print operation. The string is translated and suitable for displaying the print status e.g. in a GtkStatusbar.

Use gtk_print_operation_get_status() to obtain a status value that is suitable for programmatic use.

Available since: 2.10

Return value

Type: const gchar*

A string representation of the status of the print operation.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.