diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-18 20:16:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-18 20:16:53 +0000 |
commit | 65bcfc1165a1ee7f78d3907dda35b3f29600ed76 (patch) | |
tree | ab3c4442517a6425dd3b75604bbedccb8dce603e /docs/reference/gdk-pixbuf | |
parent | b75d0e8f3866e3e9e7ab951c74115a55c7f4d90d (diff) | |
download | gtk+-65bcfc1165a1ee7f78d3907dda35b3f29600ed76.tar.gz |
Add GdkPixbuf, GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590
* gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf,
GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590
* gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by
GtkTreeView in example. (#62200)
Diffstat (limited to 'docs/reference/gdk-pixbuf')
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf.types | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.types b/docs/reference/gdk-pixbuf/gdk-pixbuf.types index 6c87dc45c2..1fb2a560a6 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf.types +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.types @@ -1,4 +1,7 @@ #include <gdk-pixbuf/gdk-pixbuf.h> #include <gdk-pixbuf/gdk-pixbuf-loader.h> +gdk_pixbuf_get_type gdk_pixbuf_loader_get_type +gdk_pixbuf_animation_get_type +gdk_pixbuf_animation_iter_get_type |