Method

Gtk.PrintOperation.get_status_string

Declaration [src]

const char*
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.

Return value

Returns: const char*

a string representation of the status of the print operation

Ownership is not transferred to the caller
The string is a NUL terminated UTF-8 string