X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-utils.h;h=ac89b1ea6914a21a7fae0aa6de9437af4934d2ad;hb=776a6fe02961d8901d21e172633d3c8d1c85dc93;hp=705beaa0f0b7216aef24947c01c081e56f47acc7;hpb=06e8fe2d26f02fd17a4dc19ea10d7ee00dc33243;p=evince.git diff --git a/shell/ev-utils.h b/shell/ev-utils.h index 705beaa0..ac89b1ea 100644 --- a/shell/ev-utils.h +++ b/shell/ev-utils.h @@ -23,9 +23,6 @@ #include #include -#ifdef WITH_GNOME_PRINT -#include -#endif G_BEGIN_DECLS @@ -40,16 +37,14 @@ void ev_gui_menu_position_tree_selection (GtkMenu *menu, gboolean *push_in, gpointer user_data); -#ifdef WITH_GNOME_PRINT -GnomePrintConfig* load_print_config_from_file (void); -void save_print_config_to_file (GnomePrintConfig *config); -gboolean using_postscript_printer (GnomePrintConfig *config); -gboolean using_pdf_printer (GnomePrintConfig *config); -#endif gint get_num_monitors (GtkWindow * window); gdouble get_screen_dpi (GtkWindow * window); +void file_chooser_dialog_add_writable_pixbuf_formats (GtkFileChooser *chooser); +GdkPixbufFormat* get_gdk_pixbuf_format_by_extension (gchar *uri); + +char* escape_uri_for_display (const char *uri); G_END_DECLS #endif /* __EV_VIEW_H__ */