~ubuntu-branches/ubuntu/trusty/evince/trusty-proposed

« back to all changes in this revision

Viewing changes to shell/ev-utils.h

Tags: upstream-0.5.1
ImportĀ upstreamĀ versionĀ 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <gdk-pixbuf/gdk-pixbuf.h>
25
25
#include <gtk/gtk.h>
 
26
#ifdef WITH_GNOME_PRINT
26
27
#include <libgnomeprintui/gnome-print-dialog.h>
 
28
#endif
27
29
 
28
30
G_BEGIN_DECLS
29
31
 
32
34
 
33
35
void                    ev_print_region_contents (GdkRegion *region);
34
36
 
35
 
 
 
37
#ifdef WITH_GNOME_PRINT
36
38
GnomePrintConfig*       load_print_config_from_file (void);
37
39
void                    save_print_config_to_file (GnomePrintConfig *config);
38
40
gboolean                using_postscript_printer (GnomePrintConfig *config);
39
41
gboolean                using_pdf_printer (GnomePrintConfig *config);
 
42
#endif
40
43
 
41
44
G_END_DECLS
42
45