diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-08-17 18:24:06 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-17 18:24:06 +0000 |
commit | 54fb7a7b0d8761a0f5e38d94b35cfbaac4695d1f (patch) | |
tree | 75aae9b46fef1ac234624c133258d3fb6019e529 /gdk-pixbuf/gdk-pixbuf.symbols | |
parent | 3cc0ae605a10eb7f24bc6083e2388a7103a4aeb4 (diff) | |
download | gtk+-54fb7a7b0d8761a0f5e38d94b35cfbaac4695d1f.tar.gz |
No need for INCLUDE_INTERNAL_SYMBOLS anymore.
2004-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
* gdk/gdk.symbols: Don't use #if defined().
* gdk/Makefile.am (gdkalias.h):
* gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols.
* gdk/makegdkalias.pl:
* gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and
keep the #ifdefs which differentiate between platforms.
* gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no
longer needed.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.symbols')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.symbols | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.symbols b/gdk-pixbuf/gdk-pixbuf.symbols index 1001163558..f42c960239 100644 --- a/gdk-pixbuf/gdk-pixbuf.symbols +++ b/gdk-pixbuf/gdk-pixbuf.symbols @@ -57,10 +57,6 @@ gdk_pixbuf_loader_new_with_mime_type gdk_pixbuf_loader_new_with_type gdk_pixbuf_loader_set_size gdk_pixbuf_loader_write -#ifdef INCLUDE_INTERNAL_SYMBOLS -gdk_pixbuf_marshal_VOID__INT_INT -gdk_pixbuf_marshal_VOID__INT_INT_INT_INT -#endif gdk_pixbuf_new gdk_pixbuf_new_from_data gdk_pixbuf_new_from_file |