After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 604750 - Move EvPrintOperation to libview
Move EvPrintOperation to libview
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-16 16:57 UTC by Tomeu Vizoso
Modified: 2009-12-19 10:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Move EvPrintOperation to libview (4.04 KB, patch)
2009-12-16 16:57 UTC, Tomeu Vizoso
none Details | Review
Move EvPrintOperation to libview (4.33 KB, patch)
2009-12-16 23:40 UTC, Tomeu Vizoso
committed Details | Review

Description Tomeu Vizoso 2009-12-16 16:57:33 UTC
So users of libview can use it to print.
Comment 1 Tomeu Vizoso 2009-12-16 16:57:36 UTC
Created attachment 149852 [details] [review]
Move EvPrintOperation to libview
Comment 2 Christian Persch 2009-12-16 23:26:42 UTC
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
Comment 3 Tomeu Vizoso 2009-12-16 23:40:26 UTC
Created attachment 149886 [details] [review]
Move EvPrintOperation to libview
Comment 4 Carlos Garcia Campos 2009-12-19 10:48:22 UTC
Review of attachment 149886 [details] [review]:

Applied to git master, thanks!