diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-23 19:54:41 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-23 19:54:41 +0000 |
commit | eeb0f9bcd3ff82a80ab92b16da74589d2fac97c2 (patch) | |
tree | a011b95d7f34612be0e1a4ba2a628321bfeb4e85 /gdk-pixbuf/gdk-pixbuf.symbols | |
parent | 5c47de587ad4690a58d2e18881d550028db06208 (diff) | |
download | gtk+-eeb0f9bcd3ff82a80ab92b16da74589d2fac97c2.tar.gz |
Don't mark gdk_pixbuf_error_quark() as const, to be consistent with all
2004-11-23 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-core.h: Don't mark gdk_pixbuf_error_quark() as const,
to be consistent with all the other error_quark functions.
(technically they are const, but since these are called only
in error paths, giving the compiler better optimization
opportunities doesn't matter much)
* gdk-pixbuf.symbols: Add attribute annotations.
* makegdkpixbufalias.pl: Keep attribute annotations, but strip PRIVATE.
* Makefile.am (gdk_pixbuf.def): Strip attribute annotations, but keep
PRIVATE.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.symbols')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.symbols | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.symbols b/gdk-pixbuf/gdk-pixbuf.symbols index 2d14d2360f..ca3ad33c6c 100644 --- a/gdk-pixbuf/gdk-pixbuf.symbols +++ b/gdk-pixbuf/gdk-pixbuf.symbols @@ -5,7 +5,7 @@ gdk_pixbuf_alpha_mode_get_type gdk_pixbuf_animation_get_height gdk_pixbuf_animation_get_iter gdk_pixbuf_animation_get_static_image -gdk_pixbuf_animation_get_type +gdk_pixbuf_animation_get_type G_GNUC_CONST gdk_pixbuf_animation_get_width gdk_pixbuf_animation_is_static_image gdk_pixbuf_animation_iter_advance @@ -45,13 +45,13 @@ gdk_pixbuf_get_n_channels gdk_pixbuf_get_option gdk_pixbuf_get_pixels gdk_pixbuf_get_rowstride -gdk_pixbuf_get_type +gdk_pixbuf_get_type G_GNUC_CONST gdk_pixbuf_get_width gdk_pixbuf_loader_close gdk_pixbuf_loader_get_animation gdk_pixbuf_loader_get_format gdk_pixbuf_loader_get_pixbuf -gdk_pixbuf_loader_get_type +gdk_pixbuf_loader_get_type G_GNUC_CONST gdk_pixbuf_loader_new gdk_pixbuf_loader_new_with_mime_type gdk_pixbuf_loader_new_with_type |