]> Pileus Git - ~andy/gtk/blob - gdk-pixbuf/gdk-pixbuf.symbols
[quartz] Delete the typedef of GdkDevicePrivate
[~andy/gtk] / gdk-pixbuf / gdk-pixbuf.symbols
1 /* This file lists all exported symbols. It is used to generate
2  * the gdk_pixbuf.def file used to control exports on Windows and the
3  * gdk-pixbuf-alias.h/gdk-pixbuf-aliasdef.c files used to avoid PLT
4  * entries for internal uses of exported functions (see makegdkpixbufalias.pl).
5  *
6  * Every symbol must be included in the right
7  * #ifdef IN_HEADER(sym) #endif and
8  * #ifdef IN_FILE(sym) #endif sections.
9  */
10 #ifdef ALL_FILES
11 #define IN_FILE(x) 1
12 #define IN_HEADER(x) 1
13 #endif
14 #if IN_HEADER(GDK_PIXBUF_CORE_H)
15 #if IN_FILE(__GDK_PIXBUF_C__)
16 gdk_pixbuf_error_quark
17 gdk_pixbuf_get_type G_GNUC_CONST
18 gdk_pixbuf_new
19 gdk_pixbuf_get_bits_per_sample
20 gdk_pixbuf_get_colorspace
21 gdk_pixbuf_get_has_alpha
22 gdk_pixbuf_get_height
23 gdk_pixbuf_get_n_channels
24 gdk_pixbuf_get_pixels
25 gdk_pixbuf_get_rowstride
26 gdk_pixbuf_get_width
27 gdk_pixbuf_get_option
28 gdk_pixbuf_copy
29 gdk_pixbuf_new_subpixbuf
30 gdk_pixbuf_fill
31 #endif
32 #endif
33
34 #if IN_HEADER(GDK_PIXBUF_CORE_H)
35 #if IN_FILE(__GDK_PIXBUF_DATA_C__)
36 gdk_pixbuf_new_from_data
37 #endif
38 #endif
39
40 #if IN_HEADER(GDK_PIXBUF_CORE_H)
41 #if IN_FILE(__GDK_PIXBUF_IO_C__)
42 gdk_pixbuf_new_from_file PRIVATE
43 #ifdef G_OS_WIN32
44 gdk_pixbuf_new_from_file_utf8
45 #endif
46 gdk_pixbuf_new_from_file_at_size PRIVATE
47 #ifdef G_OS_WIN32
48 gdk_pixbuf_new_from_file_at_size_utf8
49 #endif
50 gdk_pixbuf_new_from_file_at_scale PRIVATE
51 #ifdef G_OS_WIN32
52 gdk_pixbuf_new_from_file_at_scale_utf8
53 #endif
54 gdk_pixbuf_new_from_xpm_data
55 gdk_pixbuf_new_from_stream
56 gdk_pixbuf_new_from_stream_at_scale
57 gdk_pixbuf_save PRIVATE G_GNUC_NULL_TERMINATED
58 #ifdef G_OS_WIN32
59 gdk_pixbuf_save_utf8
60 #endif
61 gdk_pixbuf_save_to_buffer G_GNUC_NULL_TERMINATED
62 gdk_pixbuf_save_to_bufferv
63 gdk_pixbuf_save_to_callback G_GNUC_NULL_TERMINATED
64 gdk_pixbuf_save_to_callbackv
65 gdk_pixbuf_savev PRIVATE
66 #ifdef G_OS_WIN32
67 gdk_pixbuf_savev_utf8
68 #endif
69 gdk_pixbuf_save_to_stream
70 #endif
71 #endif
72
73 #if IN_HEADER(GDK_PIXBUF_CORE_H)
74 #if IN_FILE(__GDK_PIXDATA_C__)
75 gdk_pixbuf_new_from_inline
76 #endif
77 #endif
78
79 #if IN_HEADER(GDK_PIXBUF_CORE_H)
80 #if IN_FILE(__GDK_PIXBUF_UTIL_C__)
81 gdk_pixbuf_add_alpha
82 gdk_pixbuf_copy_area
83 gdk_pixbuf_saturate_and_pixelate
84 gdk_pixbuf_apply_embedded_orientation
85 #endif
86 #endif
87
88 #if IN_HEADER(GDK_PIXBUF_TRANSFORM_H)
89 #if IN_FILE(__GDK_PIXBUF_SCALE_C__)
90 gdk_pixbuf_rotate_simple
91 gdk_pixbuf_scale
92 gdk_pixbuf_scale_simple
93 gdk_pixbuf_flip
94 gdk_pixbuf_composite
95 gdk_pixbuf_composite_color
96 gdk_pixbuf_composite_color_simple
97 #endif
98 #endif
99
100 #if IN_HEADER(GDK_PIXBUF_ANIMATION_H)
101 #if IN_FILE(__GDK_PIXBUF_ANIMATION_C__)
102 gdk_pixbuf_animation_get_height
103 gdk_pixbuf_animation_get_iter
104 gdk_pixbuf_animation_get_static_image
105 gdk_pixbuf_animation_get_type G_GNUC_CONST
106 gdk_pixbuf_animation_get_width
107 gdk_pixbuf_animation_is_static_image
108 gdk_pixbuf_animation_iter_advance
109 gdk_pixbuf_animation_iter_get_delay_time
110 gdk_pixbuf_animation_iter_get_pixbuf
111 gdk_pixbuf_animation_iter_get_type G_GNUC_CONST
112 gdk_pixbuf_animation_iter_on_currently_loading_frame
113 gdk_pixbuf_animation_new_from_file PRIVATE
114 #ifdef G_OS_WIN32
115 gdk_pixbuf_animation_new_from_file_utf8
116 #endif
117 gdk_pixbuf_non_anim_new
118 gdk_pixbuf_non_anim_get_type G_GNUC_CONST
119 #endif
120 #endif
121
122 #if IN_HEADER(GDK_PIXBUF_SIMPLE_ANIM_H)
123 #if IN_FILE(__GDK_PIXBUF_SIMPLE_ANIM_C__)
124 gdk_pixbuf_simple_anim_get_type G_GNUC_CONST
125 gdk_pixbuf_simple_anim_iter_get_type G_GNUC_CONST
126 gdk_pixbuf_simple_anim_new
127 gdk_pixbuf_simple_anim_add_frame
128 gdk_pixbuf_simple_anim_set_loop
129 gdk_pixbuf_simple_anim_get_loop
130 #endif
131 #endif
132
133 #if IN_HEADER(GDK_PIXBUF_SCALED_ANIM_H)
134 #if IN_FILE(__GDK_PIXBUF_SCALED_ANIM_C__)
135 gdk_pixbuf_scaled_anim_get_type G_GNUC_CONST
136 gdk_pixbuf_scaled_anim_iter_get_type G_GNUC_CONST
137 #endif
138 #endif
139
140 #if IN_HEADER(GDK_PIXBUF_IO_H)
141 #if IN_FILE(__GDK_PIXBUF_IO_C__)
142 gdk_pixbuf_get_formats
143 gdk_pixbuf_format_get_description
144 gdk_pixbuf_format_get_extensions
145 gdk_pixbuf_format_get_license
146 gdk_pixbuf_format_get_mime_types
147 gdk_pixbuf_format_get_name
148 gdk_pixbuf_format_is_disabled
149 gdk_pixbuf_format_is_scalable
150 gdk_pixbuf_format_is_writable
151 gdk_pixbuf_format_set_disabled
152 gdk_pixbuf_get_file_info
153 #endif
154 #endif
155
156 #if IN_HEADER(GDK_PIXBUF_IO_H)
157 #if IN_FILE(__GDK_PIXBUF_C__)
158 gdk_pixbuf_set_option
159 #endif
160 #endif
161
162 #if IN_HEADER(GDK_PIXBUF_LOADER_H)
163 #if IN_FILE(__GDK_PIXBUF_LOADER_C__)
164 gdk_pixbuf_loader_close
165 gdk_pixbuf_loader_get_animation
166 gdk_pixbuf_loader_get_format
167 gdk_pixbuf_loader_get_pixbuf
168 gdk_pixbuf_loader_get_type G_GNUC_CONST
169 gdk_pixbuf_loader_new
170 gdk_pixbuf_loader_new_with_mime_type
171 gdk_pixbuf_loader_new_with_type
172 gdk_pixbuf_loader_set_size
173 gdk_pixbuf_loader_write
174 #endif
175 #endif
176
177 #if IN_HEADER(__GDK_PIXBUF_ENUM_TYPES_H__)
178 #if IN_FILE(__GDK_PIXBUF_ENUM_TYPES_C__)
179 gdk_colorspace_get_type G_GNUC_CONST
180 gdk_interp_type_get_type G_GNUC_CONST
181 gdk_pixbuf_alpha_mode_get_type G_GNUC_CONST
182 gdk_pixbuf_rotation_get_type G_GNUC_CONST
183 gdk_pixbuf_error_get_type
184 #endif
185 #endif
186
187 #if IN_HEADER(__GDK_PIXDATA_H__)
188 #if IN_FILE(__GDK_PIXDATA_C__)
189 gdk_pixbuf_from_pixdata
190 gdk_pixdata_deserialize
191 gdk_pixdata_from_pixbuf
192 gdk_pixdata_serialize
193 gdk_pixdata_to_csource
194 #endif
195 #endif
196
197 #ifdef INCLUDE_VARIABLES
198 gdk_pixbuf_major_version
199 gdk_pixbuf_micro_version
200 gdk_pixbuf_minor_version
201 gdk_pixbuf_version
202 #endif