~bratsche/oif/eog-rotate-gesture-2

« back to all changes in this revision

Viewing changes to src/eog-print-image-setup.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-05 11:18:27 UTC
  • mfrom: (1.14.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100805111827-mg8n4etd5pj7btti
Tags: 2.31.5-0ubuntu1
* New upstream versions:
  - New toolbar button and 'P' shortcut to pause the slideshow (lp: #272552)
  - Rename "Image Collection" to "Image Gallery" 
  - Update totem-scrsaver to use GDBus 
  - Render SVGs natively when zoomed 
  - Print SVGs as vector image 
  - Embed page setup in print dialog 
  - Various UI improvements 
  - Further GSEAL-compatibility work 
* debian/control.in:
  - require librsvg, updated glib and gtk requirements
* debian/control.in, debian/patches/99_autoconf.patch, debian/rules:
  - run autoreconf at build time now

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                                                     gdouble            *top,
61
61
                                                     gdouble            *scale,
62
62
                                                     GtkUnit            *unit);
 
63
void              eog_print_image_setup_update      (GtkPrintOperation *operation,
 
64
                                                     GtkWidget         *custom_widget,
 
65
                                                     GtkPageSetup      *page_setup,
 
66
                                                     GtkPrintSettings  *print_settings,
 
67
                                                     gpointer           user_data);
63
68
 
64
69
G_END_DECLS
65
70