GNOME Bugzilla – Bug 604750
Move EvPrintOperation to libview
Last modified: 2009-12-19 10:48:41 UTC
So users of libview can use it to print.
Created attachment 149852 [details] [review] Move EvPrintOperation to libview
You should also add the single inclusion guard to the .h at the top: #if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION) #error "Only <evince-view.h> can be included directly." #endif
Created attachment 149886 [details] [review] Move EvPrintOperation to libview
Review of attachment 149886 [details] [review]: Applied to git master, thanks!