-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
The message "Printer not found is not displayed.
To get this :
svganimate@work:~$ ./wkgtkprinter -i ... -o ...
WebKitPrintError: Printer not foundPlease, 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
Metadata
Metadata
Assignees
Labels
No labels