]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-utils.h
Added missing bug number to ChangeLog.
[evince.git] / shell / ev-utils.h
index 7f4938174ac7b91006164e7b1cfd3a6ea60cf9cc..f7c58a728c97ceb005513cfdb07bd63225919109 100644 (file)
 
 G_BEGIN_DECLS
 
-GdkPixbuf *ev_pixbuf_add_shadow (GdkPixbuf *src, int size,
-                                int x_offset, int y_offset, double opacity);
+GdkPixbuf*             ev_pixbuf_add_shadow (GdkPixbuf *src, int size,
+                                             int x_offset, int y_offset, double opacity);
 
-void       ev_print_region_contents (GdkRegion *region);
+void                   ev_print_region_contents (GdkRegion *region);
 
-#ifndef HAVE_G_FILE_SET_CONTENTS
+void                   ev_gui_menu_position_tree_selection (GtkMenu   *menu,
+                                                            gint      *x,
+                                                            gint      *y,
+                                                            gboolean  *push_in,
+                                                            gpointer   user_data);
 
-gboolean   ev_file_set_contents (const gchar *filename,
-                                const gchar *contents,
-                                gssize      length,
-                                GError    **error);
-#endif /* HAVE_G_FILE_SET_CONTENTS */
+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);
 
 G_END_DECLS