~ubuntu-branches/ubuntu/vivid/gimp/vivid-proposed

« back to all changes in this revision

Viewing changes to app/core/gimpimagefile.h

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-11-11 22:03:15 UTC
  • mfrom: (0.6.6 sid)
  • Revision ID: package-import@ubuntu.com-20141111220315-wsj5vn3um0hsbs4u
Tags: 2.8.14-1ubuntu1
* Merge from Debian unstable. (LP: #1366560) Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu.
  - debian/rules:
    + Set gettext domain and update translation templates.
* Drop following patches, fixed upstream:
  - CVE-2013-1913.patch
  - CVE-2013-1978.patch
  - freetype-251.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
void            gimp_imagefile_set_mime_type         (GimpImagefile *imagefile,
65
65
                                                      const gchar   *mime_type);
66
66
void            gimp_imagefile_update                (GimpImagefile *imagefile);
67
 
void            gimp_imagefile_create_thumbnail      (GimpImagefile *imagefile,
 
67
gboolean        gimp_imagefile_create_thumbnail      (GimpImagefile *imagefile,
68
68
                                                      GimpContext   *context,
69
69
                                                      GimpProgress  *progress,
70
70
                                                      gint           size,