summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-20 22:52:01 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-21 12:34:20 +0000
commit0ad5532347210a53490734b9b1dda31f73560a4d (patch)
treed5c282c14cc5d03d8c1a58c509a5eefff59d856e /gdk-pixbuf/gdk-pixbuf-animation.h
parent0c545e3f4e3fc321b6e8aea796871d3edceff685 (diff)
downloadgdk-pixbuf-0ad5532347210a53490734b9b1dda31f73560a4d.tar.gz
docs: Port to the gi-docgen syntax and style
Drop the gtk-doc SECTION markers, and move documentation to classes or separate documents.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.h b/gdk-pixbuf/gdk-pixbuf-animation.h
index ad0c39c3b..cae551edd 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.h
+++ b/gdk-pixbuf/gdk-pixbuf-animation.h
@@ -36,20 +36,9 @@ G_BEGIN_DECLS
/* Animation support */
-/**
- * GdkPixbufAnimation:
- *
- * An opaque struct representing an animation.
- */
typedef struct _GdkPixbufAnimation GdkPixbufAnimation;
-/**
- * GdkPixbufAnimationIter:
- *
- * An opaque struct representing an iterator which points to a
- * certain position in an animation.
- */
typedef struct _GdkPixbufAnimationIter GdkPixbufAnimationIter;
#define GDK_TYPE_PIXBUF_ANIMATION (gdk_pixbuf_animation_get_type ())