]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-utils.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / shell / ev-utils.h
index fbacb0fd21a07503d85bc6abaa2c319399a4f5b7..81acc4630d8ee3675af35cc228e6edc3ab755419 100644 (file)
@@ -14,7 +14,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  */
 
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <gtk/gtk.h>
-#include <libgnomeprintui/gnome-print-dialog.h>
 
 G_BEGIN_DECLS
 
 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 (cairo_region_t *region);
 
+void                   ev_gui_menu_position_tree_selection (GtkMenu   *menu,
+                                                            gint      *x,
+                                                            gint      *y,
+                                                            gboolean  *push_in,
+                                                            gpointer   user_data);
 
-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);
+gint                   get_num_monitors (GtkWindow * window);
+
+void                           file_chooser_dialog_add_writable_pixbuf_formats (GtkFileChooser *chooser);
+GdkPixbufFormat*       get_gdk_pixbuf_format_by_extension (gchar *uri);
 
 G_END_DECLS