~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty-proposed

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk-pixbuf-private.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-15 10:41:02 UTC
  • mfrom: (1.5.8)
  • Revision ID: package-import@ubuntu.com-20140115104102-fzml65xmzuyjr2dj
Tags: 2.30.3-0ubuntu1
* New upstream release:
  - Expand the test suite
  - Enable coverage testing with --enable-coverage
  - Unify sniff buffer sizes across loaders: 4k everywhere
  - Port to GTask
  - xpm: Fix scaling
  - xpm: Update colors from pango
  - qtif: fix fread() error check
* debian/control:
  - Bump build-depends on libglib2.0-dev
  - Add build-depends on gawk
* debian/patches/fix-xpm-scaling.patch:
  - Applied upstream
* debian/patches/0001-Fix-test-failure-if-PNG_iTXt_SUPPORTED-not-defined.patch:
  - Fix test failing due to how our libpng is compiled

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <glib-object.h>
33
33
 
34
34
#include "gdk-pixbuf-core.h"
 
35
#include "gdk-pixbuf-loader.h"
35
36
#include "gdk-pixbuf-io.h"
36
37
#include "gdk-pixbuf-i18n.h"
37
38
 
38
39
#define LOAD_BUFFER_SIZE 65536
 
40
#define SNIFF_BUFFER_SIZE 4096
39
41
 
40
42
 
41
43
 
98
100
 
99
101
GdkPixbufFormat *_gdk_pixbuf_get_format (GdkPixbufModule *image_module);
100
102
 
 
103
 
101
104
#endif /* GDK_PIXBUF_ENABLE_BACKEND */
102
105
 
103
106
GdkPixbuf * _gdk_pixbuf_new_from_resource_try_mmap (const char *resource_path);
 
107
GdkPixbufLoader *_gdk_pixbuf_loader_new_with_filename (const char *filename);
104
108
 
105
109
#endif /* GDK_PIXBUF_PRIVATE_H */
106
110