summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-01-10 19:17:42 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-01-10 19:17:42 +0000
commit0bce8ff54be3df22d80a9fb1235824587fbd97f5 (patch)
treefb38fee90d72b393782ab59a65a67c22c665a057 /gdk-pixbuf/gdk-pixbuf.h
parent82abdad4db4560e0c010749a4972807a7bd0c61d (diff)
downloadgtk+-0bce8ff54be3df22d80a9fb1235824587fbd97f5.tar.gz
No more libart/gdk-pixbuf as part of gnome-libs
* No more libart/gdk-pixbuf as part of gnome-libs * Everything: Install header files & *Conf.sh in new per-interface-version locations. Include interface version in library names.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h
index 28e7f4da64..82784c3023 100644
--- a/gdk-pixbuf/gdk-pixbuf.h
+++ b/gdk-pixbuf/gdk-pixbuf.h
@@ -34,7 +34,7 @@
extern "C" {
#endif
-
+#include <gdk-pixbuf/gdk-pixbuf-features.h>
/* GdkPixbuf structures */
typedef struct _GdkPixbuf GdkPixbuf;
@@ -226,6 +226,10 @@ GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename);
void gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation);
void gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation);
+/* General (presently empty) initialization hooks, primarily for gnome-libs */
+void gdk_pixbuf_preinit(gpointer app, gpointer modinfo);
+void gdk_pixbuf_postinit(gpointer app, gpointer modinfo);
+
#ifdef __cplusplus