printers: redesign the Printer Jobs Dialog
Update the Printer Jobs Dialog to match the current designs at https://wiki.gnome.org/Design/SystemSettings/Printers https://bugzilla.gnome.org/show_bug.cgi?id=755626
This commit is contained in:
parent
8ec6506a04
commit
8baaa81a39
7 changed files with 513 additions and 583 deletions
|
@ -259,22 +259,6 @@ void cups_get_jobs_async (const gchar *printer_name,
|
|||
CGJCallback callback,
|
||||
gpointer user_data);
|
||||
|
||||
typedef void (*JCPCallback) (gpointer user_data);
|
||||
|
||||
void job_cancel_purge_async (gint job_id,
|
||||
gboolean job_purge,
|
||||
GCancellable *cancellable,
|
||||
JCPCallback callback,
|
||||
gpointer user_data);
|
||||
|
||||
typedef void (*JSHUCallback) (gpointer user_data);
|
||||
|
||||
void job_set_hold_until_async (gint job_id,
|
||||
const gchar *job_hold_until,
|
||||
GCancellable *cancellable,
|
||||
JSHUCallback callback,
|
||||
gpointer user_data);
|
||||
|
||||
void pp_devices_list_free (PpDevicesList *result);
|
||||
|
||||
const gchar *get_page_size_from_locale (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue