Skip to content

printers: Add pp_job_new and associated methods.

The previous code was leaking a string (job title), used an integer pointer instead of an integer for an id and requited a lot of memory management for a string array. There was a lot of boilerplate code required for property management which was not being used much. This is why type safe methods are a much better idea than GObject properties. :)

Merge request reports