@img/sharp-libvips-dev 1.1.0-rc5 → 1.2.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cplusplus/vips-operators.cpp +39 -0
- package/include/archive.h +53 -2
- package/include/archive_entry.h +56 -25
- package/include/ffi.h +20 -2
- package/include/fontconfig/fontconfig.h +1 -1
- package/include/glib-2.0/gio/gdbusnameowning.h +12 -10
- package/include/glib-2.0/gio/gio-visibility.h +34 -0
- package/include/glib-2.0/gio/gsettings.h +35 -31
- package/include/glib-2.0/gio/gzlibcompressor.h +6 -0
- package/include/glib-2.0/girepository/gi-visibility.h +34 -0
- package/include/glib-2.0/girepository/gitypes.h +6 -0
- package/include/glib-2.0/glib/gbitlock.h +11 -0
- package/include/glib-2.0/glib/gdate.h +6 -0
- package/include/glib-2.0/glib/glib-visibility.h +34 -0
- package/include/glib-2.0/glib/gmain.h +13 -10
- package/include/glib-2.0/glib/gmessages.h +4 -1
- package/include/glib-2.0/glib/gstring.h +2 -0
- package/include/glib-2.0/glib/gversionmacros.h +9 -0
- package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
- package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
- package/include/glib-2.0/gobject/gsignal.h +33 -8
- package/include/harfbuzz/hb-common.h +1 -431
- package/include/harfbuzz/hb-deprecated.h +80 -2
- package/include/harfbuzz/hb-draw.h +2 -10
- package/include/harfbuzz/hb-face.h +1 -1
- package/include/harfbuzz/hb-font.h +55 -36
- package/include/harfbuzz/hb-paint.h +5 -3
- package/include/harfbuzz/hb-script-list.h +484 -0
- package/include/harfbuzz/hb-subset.h +22 -2
- package/include/harfbuzz/hb-version.h +3 -3
- package/include/libheif/heif.h +2 -0
- package/include/libheif/heif_version.h +2 -2
- package/include/libpng16/png.h +10 -10
- package/include/libpng16/pngconf.h +20 -27
- package/include/libpng16/pnglibconf.h +1 -1
- package/include/libxml2/libxml/HTMLparser.h +33 -30
- package/include/libxml2/libxml/HTMLtree.h +1 -0
- package/include/libxml2/libxml/SAX.h +2 -186
- package/include/libxml2/libxml/SAX2.h +2 -3
- package/include/libxml2/libxml/catalog.h +1 -0
- package/include/libxml2/libxml/debugXML.h +0 -138
- package/include/libxml2/libxml/encoding.h +124 -61
- package/include/libxml2/libxml/entities.h +0 -19
- package/include/libxml2/libxml/globals.h +0 -16
- package/include/libxml2/libxml/nanoftp.h +3 -173
- package/include/libxml2/libxml/parser.h +474 -231
- package/include/libxml2/libxml/parserInternals.h +21 -101
- package/include/libxml2/libxml/relaxng.h +7 -2
- package/include/libxml2/libxml/threads.h +0 -6
- package/include/libxml2/libxml/tree.h +29 -85
- package/include/libxml2/libxml/valid.h +20 -12
- package/include/libxml2/libxml/xinclude.h +5 -0
- package/include/libxml2/libxml/xlink.h +4 -0
- package/include/libxml2/libxml/xmlIO.h +15 -34
- package/include/libxml2/libxml/xmlautomata.h +19 -2
- package/include/libxml2/libxml/xmlerror.h +17 -18
- package/include/libxml2/libxml/xmlexports.h +6 -56
- package/include/libxml2/libxml/xmlmemory.h +19 -19
- package/include/libxml2/libxml/xmlmodule.h +4 -0
- package/include/libxml2/libxml/xmlreader.h +11 -3
- package/include/libxml2/libxml/xmlregexp.h +7 -106
- package/include/libxml2/libxml/xmlsave.h +11 -2
- package/include/libxml2/libxml/xmlschemas.h +10 -5
- package/include/libxml2/libxml/xmlunicode.h +3 -354
- package/include/libxml2/libxml/xmlversion.h +18 -33
- package/include/libxml2/libxml/xpath.h +5 -15
- package/include/libxml2/libxml/xpathInternals.h +9 -3
- package/include/libxml2/libxml/xpointer.h +1 -91
- package/include/pixman-1/pixman-version.h +2 -2
- package/include/pixman-1/pixman.h +200 -0
- package/include/png.h +10 -10
- package/include/pngconf.h +20 -27
- package/include/pnglibconf.h +1 -1
- package/include/vips/VImage8.h +62 -14
- package/include/vips/arithmetic.h +34 -34
- package/include/vips/basic.h +16 -0
- package/include/vips/buf.h +0 -5
- package/include/vips/colour.h +6 -7
- package/include/vips/connection.h +25 -37
- package/include/vips/enumtypes.h +11 -2
- package/include/vips/foreign.h +73 -43
- package/include/vips/format.h +7 -5
- package/include/vips/gate.h +0 -11
- package/include/vips/header.h +11 -11
- package/include/vips/image.h +8 -3
- package/include/vips/interpolate.h +0 -2
- package/include/vips/memory.h +4 -0
- package/include/vips/mosaicing.h +4 -0
- package/include/vips/object.h +14 -18
- package/include/vips/operation.h +0 -2
- package/include/vips/private.h +50 -2
- package/include/vips/region.h +1 -3
- package/include/vips/resample.h +2 -0
- package/include/vips/semaphore.h +8 -3
- package/include/vips/thread.h +1 -24
- package/include/vips/threadpool.h +0 -6
- package/include/vips/type.h +13 -9
- package/include/vips/util.h +17 -98
- package/include/vips/vector.h +0 -4
- package/include/vips/version.h +8 -8
- package/include/vips/vips.h +1 -0
- package/package.json +1 -1
- package/versions.json +11 -11
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +0 -221
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h +0 -37
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +0 -525
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +0 -40
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +0 -115
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +0 -481
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +0 -113
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +0 -718
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +0 -33
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +0 -70
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +0 -168
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +0 -46
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +0 -165
- package/include/glib-2.0/glib/gwin32.h +0 -142
- package/include/harfbuzz/hb-subset-repacker.h +0 -81
- package/include/hwy/ops/tuple-inl.h +0 -125
- package/include/orc-0.4/orc/orc-stdint.h +0 -1
- package/include/orc-0.4/orc/orc.h +0 -16
- package/include/orc-0.4/orc/orcarm.h +0 -879
- package/include/orc-0.4/orc/orcbytecode.h +0 -35
- package/include/orc-0.4/orc/orcbytecodes.h +0 -255
- package/include/orc-0.4/orc/orccode.h +0 -53
- package/include/orc-0.4/orc/orccompiler.h +0 -176
- package/include/orc-0.4/orc/orcconstant.h +0 -39
- package/include/orc-0.4/orc/orccpu.h +0 -21
- package/include/orc-0.4/orc/orccpuinsn.h +0 -40
- package/include/orc-0.4/orc/orcdebug.h +0 -158
- package/include/orc-0.4/orc/orcemulateopcodes.h +0 -203
- package/include/orc-0.4/orc/orcexecutor.h +0 -135
- package/include/orc-0.4/orc/orcfunctions.h +0 -93
- package/include/orc-0.4/orc/orcinstruction.h +0 -39
- package/include/orc-0.4/orc/orcinternal.h +0 -46
- package/include/orc-0.4/orc/orclimits.h +0 -94
- package/include/orc-0.4/orc/orcmips.h +0 -229
- package/include/orc-0.4/orc/orcmmx.h +0 -79
- package/include/orc-0.4/orc/orcneon.h +0 -43
- package/include/orc-0.4/orc/orconce.h +0 -166
- package/include/orc-0.4/orc/orcopcode.h +0 -63
- package/include/orc-0.4/orc/orcparse.h +0 -27
- package/include/orc-0.4/orc/orcpowerpc.h +0 -209
- package/include/orc-0.4/orc/orcprogram.h +0 -192
- package/include/orc-0.4/orc/orcrule.h +0 -52
- package/include/orc-0.4/orc/orcsse.h +0 -55
- package/include/orc-0.4/orc/orctarget.h +0 -115
- package/include/orc-0.4/orc/orcutils.h +0 -238
- package/include/orc-0.4/orc/orcvariable.h +0 -81
- package/include/orc-0.4/orc/orcx86.h +0 -199
- package/include/orc-0.4/orc/orcx86insn.h +0 -672
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
|
|
2
|
-
/* GdkPixbuf library - Animation support
|
|
3
|
-
*
|
|
4
|
-
* Copyright (C) 1999 The Free Software Foundation
|
|
5
|
-
*
|
|
6
|
-
* Authors: Mark Crichton <crichton@gimp.org>
|
|
7
|
-
* Miguel de Icaza <miguel@gnu.org>
|
|
8
|
-
* Federico Mena-Quintero <federico@gimp.org>
|
|
9
|
-
* Havoc Pennington <hp@redhat.com>
|
|
10
|
-
*
|
|
11
|
-
* This library is free software; you can redistribute it and/or
|
|
12
|
-
* modify it under the terms of the GNU Lesser General Public
|
|
13
|
-
* License as published by the Free Software Foundation; either
|
|
14
|
-
* version 2 of the License, or (at your option) any later version.
|
|
15
|
-
*
|
|
16
|
-
* This library is distributed in the hope that it will be useful,
|
|
17
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
19
|
-
* Lesser General Public License for more details.
|
|
20
|
-
*
|
|
21
|
-
* You should have received a copy of the GNU Lesser General Public
|
|
22
|
-
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
|
-
#ifndef GDK_PIXBUF_ANIMATION_H
|
|
26
|
-
#define GDK_PIXBUF_ANIMATION_H
|
|
27
|
-
|
|
28
|
-
#if defined(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES) && !defined (GDK_PIXBUF_H_INSIDE) && !defined (GDK_PIXBUF_COMPILATION)
|
|
29
|
-
#error "Only <gdk-pixbuf/gdk-pixbuf.h> can be included directly."
|
|
30
|
-
#endif
|
|
31
|
-
|
|
32
|
-
#include <glib-object.h>
|
|
33
|
-
#include <gdk-pixbuf/gdk-pixbuf-core.h>
|
|
34
|
-
|
|
35
|
-
G_BEGIN_DECLS
|
|
36
|
-
|
|
37
|
-
/* Animation support */
|
|
38
|
-
|
|
39
|
-
typedef struct _GdkPixbufAnimation GdkPixbufAnimation;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
typedef struct _GdkPixbufAnimationIter GdkPixbufAnimationIter;
|
|
43
|
-
|
|
44
|
-
#define GDK_TYPE_PIXBUF_ANIMATION (gdk_pixbuf_animation_get_type ())
|
|
45
|
-
#define GDK_PIXBUF_ANIMATION(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF_ANIMATION, GdkPixbufAnimation))
|
|
46
|
-
#define GDK_IS_PIXBUF_ANIMATION(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXBUF_ANIMATION))
|
|
47
|
-
|
|
48
|
-
#define GDK_TYPE_PIXBUF_ANIMATION_ITER (gdk_pixbuf_animation_iter_get_type ())
|
|
49
|
-
#define GDK_PIXBUF_ANIMATION_ITER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF_ANIMATION_ITER, GdkPixbufAnimationIter))
|
|
50
|
-
#define GDK_IS_PIXBUF_ANIMATION_ITER(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXBUF_ANIMATION_ITER))
|
|
51
|
-
|
|
52
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
53
|
-
GType gdk_pixbuf_animation_get_type (void) G_GNUC_CONST;
|
|
54
|
-
|
|
55
|
-
#ifdef G_OS_WIN32
|
|
56
|
-
/* API/ABI compat, see gdk-pixbuf-core.h for details */
|
|
57
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
58
|
-
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file_utf8 (const char *filename,
|
|
59
|
-
GError **error);
|
|
60
|
-
#endif
|
|
61
|
-
|
|
62
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
63
|
-
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename,
|
|
64
|
-
GError **error);
|
|
65
|
-
GDK_PIXBUF_AVAILABLE_IN_2_28
|
|
66
|
-
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_stream (GInputStream *stream,
|
|
67
|
-
GCancellable *cancellable,
|
|
68
|
-
GError **error);
|
|
69
|
-
GDK_PIXBUF_AVAILABLE_IN_2_28
|
|
70
|
-
void gdk_pixbuf_animation_new_from_stream_async (GInputStream *stream,
|
|
71
|
-
GCancellable *cancellable,
|
|
72
|
-
GAsyncReadyCallback callback,
|
|
73
|
-
gpointer user_data);
|
|
74
|
-
GDK_PIXBUF_AVAILABLE_IN_2_28
|
|
75
|
-
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_stream_finish (GAsyncResult*async_result,
|
|
76
|
-
GError **error);
|
|
77
|
-
GDK_PIXBUF_AVAILABLE_IN_2_28
|
|
78
|
-
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_resource(const char *resource_path,
|
|
79
|
-
GError **error);
|
|
80
|
-
|
|
81
|
-
#ifndef GDK_PIXBUF_DISABLE_DEPRECATED
|
|
82
|
-
|
|
83
|
-
GDK_PIXBUF_DEPRECATED_IN_2_0_FOR(g_object_ref)
|
|
84
|
-
GdkPixbufAnimation *gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation);
|
|
85
|
-
GDK_PIXBUF_DEPRECATED_IN_2_0_FOR(g_object_unref)
|
|
86
|
-
void gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation);
|
|
87
|
-
#endif
|
|
88
|
-
|
|
89
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
90
|
-
int gdk_pixbuf_animation_get_width (GdkPixbufAnimation *animation);
|
|
91
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
92
|
-
int gdk_pixbuf_animation_get_height (GdkPixbufAnimation *animation);
|
|
93
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
94
|
-
gboolean gdk_pixbuf_animation_is_static_image (GdkPixbufAnimation *animation);
|
|
95
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
96
|
-
GdkPixbuf *gdk_pixbuf_animation_get_static_image (GdkPixbufAnimation *animation);
|
|
97
|
-
|
|
98
|
-
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
|
99
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
100
|
-
GdkPixbufAnimationIter *gdk_pixbuf_animation_get_iter (GdkPixbufAnimation *animation,
|
|
101
|
-
const GTimeVal *start_time);
|
|
102
|
-
G_GNUC_END_IGNORE_DEPRECATIONS
|
|
103
|
-
|
|
104
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
105
|
-
GType gdk_pixbuf_animation_iter_get_type (void) G_GNUC_CONST;
|
|
106
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
107
|
-
int gdk_pixbuf_animation_iter_get_delay_time (GdkPixbufAnimationIter *iter);
|
|
108
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
109
|
-
GdkPixbuf *gdk_pixbuf_animation_iter_get_pixbuf (GdkPixbufAnimationIter *iter);
|
|
110
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
111
|
-
gboolean gdk_pixbuf_animation_iter_on_currently_loading_frame (GdkPixbufAnimationIter *iter);
|
|
112
|
-
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
|
113
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
114
|
-
gboolean gdk_pixbuf_animation_iter_advance (GdkPixbufAnimationIter *iter,
|
|
115
|
-
const GTimeVal *current_time);
|
|
116
|
-
G_GNUC_END_IGNORE_DEPRECATIONS
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
#ifdef GDK_PIXBUF_ENABLE_BACKEND
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* GdkPixbufAnimationClass:
|
|
125
|
-
* @parent_class: the parent class
|
|
126
|
-
* @is_static_image: returns whether the given animation is just a static image.
|
|
127
|
-
* @get_static_image: returns a static image representing the given animation.
|
|
128
|
-
* @get_size: fills @width and @height with the frame size of the animation.
|
|
129
|
-
* @get_iter: returns an iterator for the given animation.
|
|
130
|
-
*
|
|
131
|
-
* Modules supporting animations must derive a type from
|
|
132
|
-
* #GdkPixbufAnimation, providing suitable implementations of the
|
|
133
|
-
* virtual functions.
|
|
134
|
-
*/
|
|
135
|
-
typedef struct _GdkPixbufAnimationClass GdkPixbufAnimationClass;
|
|
136
|
-
|
|
137
|
-
#define GDK_PIXBUF_ANIMATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXBUF_ANIMATION, GdkPixbufAnimationClass))
|
|
138
|
-
#define GDK_IS_PIXBUF_ANIMATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXBUF_ANIMATION))
|
|
139
|
-
#define GDK_PIXBUF_ANIMATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXBUF_ANIMATION, GdkPixbufAnimationClass))
|
|
140
|
-
|
|
141
|
-
/* Private part of the GdkPixbufAnimation structure */
|
|
142
|
-
struct _GdkPixbufAnimation {
|
|
143
|
-
GObject parent_instance;
|
|
144
|
-
|
|
145
|
-
};
|
|
146
|
-
|
|
147
|
-
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
|
148
|
-
struct _GdkPixbufAnimationClass {
|
|
149
|
-
GObjectClass parent_class;
|
|
150
|
-
|
|
151
|
-
/*< public >*/
|
|
152
|
-
|
|
153
|
-
gboolean (*is_static_image) (GdkPixbufAnimation *animation);
|
|
154
|
-
|
|
155
|
-
GdkPixbuf* (*get_static_image) (GdkPixbufAnimation *animation);
|
|
156
|
-
|
|
157
|
-
void (*get_size) (GdkPixbufAnimation *animation,
|
|
158
|
-
int *width,
|
|
159
|
-
int *height);
|
|
160
|
-
|
|
161
|
-
GdkPixbufAnimationIter* (*get_iter) (GdkPixbufAnimation *animation,
|
|
162
|
-
const GTimeVal *start_time);
|
|
163
|
-
};
|
|
164
|
-
G_GNUC_END_IGNORE_DEPRECATIONS
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* GdkPixbufAnimationIterClass:
|
|
170
|
-
* @parent_class: the parent class
|
|
171
|
-
* @get_delay_time: returns the time in milliseconds that the current frame
|
|
172
|
-
* should be shown.
|
|
173
|
-
* @get_pixbuf: returns the current frame.
|
|
174
|
-
* @on_currently_loading_frame: returns whether the current frame of @iter is
|
|
175
|
-
* being loaded.
|
|
176
|
-
* @advance: advances the iterator to @current_time, possibly changing the
|
|
177
|
-
* current frame.
|
|
178
|
-
*
|
|
179
|
-
* Modules supporting animations must derive a type from
|
|
180
|
-
* #GdkPixbufAnimationIter, providing suitable implementations of the
|
|
181
|
-
* virtual functions.
|
|
182
|
-
*/
|
|
183
|
-
typedef struct _GdkPixbufAnimationIterClass GdkPixbufAnimationIterClass;
|
|
184
|
-
|
|
185
|
-
#define GDK_PIXBUF_ANIMATION_ITER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXBUF_ANIMATION_ITER, GdkPixbufAnimationIterClass))
|
|
186
|
-
#define GDK_IS_PIXBUF_ANIMATION_ITER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXBUF_ANIMATION_ITER))
|
|
187
|
-
#define GDK_PIXBUF_ANIMATION_ITER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXBUF_ANIMATION_ITER, GdkPixbufAnimationIterClass))
|
|
188
|
-
|
|
189
|
-
struct _GdkPixbufAnimationIter {
|
|
190
|
-
GObject parent_instance;
|
|
191
|
-
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
|
195
|
-
struct _GdkPixbufAnimationIterClass {
|
|
196
|
-
GObjectClass parent_class;
|
|
197
|
-
|
|
198
|
-
/*< public >*/
|
|
199
|
-
|
|
200
|
-
int (*get_delay_time) (GdkPixbufAnimationIter *iter);
|
|
201
|
-
|
|
202
|
-
GdkPixbuf* (*get_pixbuf) (GdkPixbufAnimationIter *iter);
|
|
203
|
-
|
|
204
|
-
gboolean (*on_currently_loading_frame) (GdkPixbufAnimationIter *iter);
|
|
205
|
-
|
|
206
|
-
gboolean (*advance) (GdkPixbufAnimationIter *iter,
|
|
207
|
-
const GTimeVal *current_time);
|
|
208
|
-
};
|
|
209
|
-
G_GNUC_END_IGNORE_DEPRECATIONS
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
213
|
-
GType gdk_pixbuf_non_anim_get_type (void) G_GNUC_CONST;
|
|
214
|
-
GDK_PIXBUF_AVAILABLE_IN_ALL
|
|
215
|
-
GdkPixbufAnimation* gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf);
|
|
216
|
-
|
|
217
|
-
#endif /* GDK_PIXBUF_ENABLE_BACKEND */
|
|
218
|
-
|
|
219
|
-
G_END_DECLS
|
|
220
|
-
|
|
221
|
-
#endif /* GDK_PIXBUF_ANIMATION_H */
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/* GdkPixbuf library - Autocleanup definitions
|
|
2
|
-
*
|
|
3
|
-
* Copyright (C) 2015 Kalev Lember <kalevlember@gmail.com>
|
|
4
|
-
*
|
|
5
|
-
* This library is free software; you can redistribute it and/or
|
|
6
|
-
* modify it under the terms of the GNU Lesser General Public
|
|
7
|
-
* License as published by the Free Software Foundation; either
|
|
8
|
-
* version 2 of the License, or (at your option) any later version.
|
|
9
|
-
*
|
|
10
|
-
* This library is distributed in the hope that it will be useful,
|
|
11
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
13
|
-
* Lesser General Public License for more details.
|
|
14
|
-
*
|
|
15
|
-
* You should have received a copy of the GNU Lesser General Public
|
|
16
|
-
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
#ifndef GDK_PIXBUF_AUTOCLEANUPS_H
|
|
20
|
-
#define GDK_PIXBUF_AUTOCLEANUPS_H
|
|
21
|
-
|
|
22
|
-
/* We need all the types, so don't try to include this directly */
|
|
23
|
-
#if defined(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES) && !defined (GDK_PIXBUF_H_INSIDE) && !defined (GDK_PIXBUF_COMPILATION)
|
|
24
|
-
#error "Only <gdk-pixbuf/gdk-pixbuf.h> can be included directly."
|
|
25
|
-
#endif
|
|
26
|
-
|
|
27
|
-
#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
|
|
28
|
-
|
|
29
|
-
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbuf, g_object_unref)
|
|
30
|
-
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbufAnimation, g_object_unref)
|
|
31
|
-
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbufAnimationIter, g_object_unref)
|
|
32
|
-
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbufLoader, g_object_unref)
|
|
33
|
-
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbufSimpleAnim, g_object_unref)
|
|
34
|
-
|
|
35
|
-
#endif
|
|
36
|
-
|
|
37
|
-
#endif /* GDK_PIXBUF_AUTOCLEANUPS_H */
|