We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
"Printer not found
To get this :
svganimate@work:~$ ./wkgtkprinter -i ... -o ... WebKitPrintError: Printer not found
Please, add :
static void print_failed (WebKitPrintOperation *print_operation, gpointer error, gpointer user_data) { GError *e = error; g_print("%s: %s\n", g_quark_to_string(e->domain), (gchar*)e->message); gtk_main_quit(); }
g_signal_connect (print_operation, "failled", G_CALLBACK (print_failed), &user_data);
Thanks
The text was updated successfully, but these errors were encountered:
This change can make a difference
gtk_print_settings_set_printer (print_settings, "Imprimer dans un fichier");
Sorry, something went wrong.
No branches or pull requests
Hello,
The message
"Printer not found
is not displayed.To get this :
Please, add :
Thanks
The text was updated successfully, but these errors were encountered: