Skip to content

print: Set capability in presence of output file format

This is so that the application can have a certain level of control over what is accepted as user input by GtkUnixPrintDialog. If the app sets a PDF file as output, limit the print dialog to PDFs; if the app sets a PS file as output, limit the print dialog to PS files.

SVGs have no capability flag so that's left out.

Merge request reports