haiku/headers/private/print
Michael Pfeiffer 61729fe266 * Added application print_server_add_on that is used
by the print_server to run a printer driver add-on.
  This makes the print_server
  1) resistant to add-on crashes
  2) and memory leaks in add-ons
  3) license of an add-on cannot influence the
     license of the print_server since it does not
     directly load the add-on anymore; might be
     an issue with GPL printer drivers like Gutenprint
 
  Transport add-ons directly loaded by the print_server
  should be moved outside the print_server too.
  Right now I am not aware that the transport add-ons
  in the repository have any of the issues.
  The Gutenprint driver has 2 + 3 that was the main
  motivation to implement that now. 

  Disabled for now until the launch issue is resolved.
  BRoster does not find the application by its
  signature until it is opened in Tracker once.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39346 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-11-07 17:13:55 +00:00
..
BeUtils.h * merge parts of libprint and libprintutils to make both indepentend 2008-07-26 22:36:01 +00:00
FolderWatcher.h cleanup, fixed some warnings 2007-05-13 17:47:23 +00:00
Jobs.h
JobSetupPanel.h * first steps towards a new printer api... 2008-08-10 23:26:38 +00:00
PictureIterator.h missing comment tokens 2007-06-20 21:30:00 +00:00
PicturePrinter.h missing comment tokens 2007-06-20 21:30:00 +00:00
pr_server.h * move libprint sources into libs, as it is a 3rdparty lib 2008-07-22 20:30:14 +00:00
Printer.h * first steps towards a new printer api... 2008-08-10 23:26:38 +00:00
PrinterDriverAddOn.h * Added application print_server_add_on that is used 2010-11-07 17:13:55 +00:00
PrinterRoster.h * first steps towards a new printer api... 2008-08-10 23:26:38 +00:00
PrintPanel.h * first steps towards a new printer api... 2008-08-10 23:26:38 +00:00
PrintServerAddOn.h * Added application print_server_add_on that is used 2010-11-07 17:13:55 +00:00
PrintServerAddOnProtocol.h * Added application print_server_add_on that is used 2010-11-07 17:13:55 +00:00
PrintTransport.h Some printing related improvements: 2007-01-20 15:52:37 +00:00
PrintTransportAddOn.h Slight rework of my previous commit... now ports can be asked too ;) 2008-02-08 02:00:08 +00:00
Template.h Some printing related improvements: 2007-01-20 15:52:37 +00:00