summaryrefslogtreecommitdiff
path: root/panels/printers/pp-printer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-07-201-1/+1
* printers: Remove unused finalize methodsRobert Ancell2020-07-021-7/+0
* printers: Use g_autoptr for the results of D-Bus callsRobert Ancell2020-03-301-13/+9
* printers: Return a GPtrArray instead of GListRobert Ancell2020-01-211-4/+5
* printers: Remove unused variablesRobert Ancell2019-02-071-2/+0
* printers: Use g_autoptr with stringsRobert Ancell2019-02-051-57/+42
* printers: Use self variable to match coding styleRobert Ancell2019-01-301-30/+28
* printers: Simplify finalize/dispose methodsRobert Ancell2019-01-301-1/+1
* printers: Replace GObject boilerplace with G_DECLARE_TYPERobert Ancell2019-01-301-19/+8
* printers: Use g_autoptr for GError handlingRobert Ancell2018-09-171-23/+19
* Printers: Get "job-hold-until" attribute for jobsMarek Kasik2018-02-201-9/+78
* printers: Make sure IPP_STATE_IDLE is definedFelipe Borges2017-10-241-0/+4
* printers: Introduce pp_printer_print_file_asyncFelipe Borges2017-06-141-0/+124
* printers: Remove printers asynchronouslyFelipe Borges2017-05-261-0/+108
* printers: Introduce pp_printer_get_jobs_async ()Felipe Borges2017-03-061-1/+81
* printers: Use async rename methodFelipe Borges2017-02-221-0/+2
* printers: Introduce PpPrinter classMartin Hatina2016-06-211-0/+288