gtk2/docs/reference/gdk-pixbuf/tmpl
Federico Mena Quintero 6e3522ab2c Added reference counting to animations. A web browser may want to share a
2000-01-01  Federico Mena Quintero  <federico@helixcode.com>

	* gdk-pixbuf/gdk-pixbuf.h (GdkPixbufAnimation): Added reference
	counting to animations.  A web browser may want to share a single
	copy of an animated GIF if it appears multiple times in a web
	page, for example.

	* gdk-pixbuf/gdk-pixbuf-animation.c: New file.  Moved the
	animation functions here.
	(gdk_pixbuf_animation_new_from_file): Prettified.  Return a NULL
	animation if the loader does not support multiframe loading and
	the single-frame load returned NULL.  Check that the filename is
	not NULL.  Updated inline documentation.
	(gdk_pixbuf_animation_ref): New function.
	(gdk_pixbuf_animation_unref): New function.
	Removed gdk_pixbuf_animation_destroy() in favor of reference
	counting.

	* gdk-pixbuf/gdk-pixbuf-io.c (gdk_pixbuf_new_from_file):
	Prettified.  Made ref_count assertion more paranoid.  Check that
	the filename is not NULL.
	(gdk_pixbuf_get_module): Use guchar * and guint for buffer and
	size, respectively.
	(gdk_pixbuf_new_from_xpm_data): Changed the "data" argument to
	const char **.

	* gdk-pixbuf/io-gif.c (image_load_animation): Create the animation
	with a reference count of 1.

	* gdk-pixbuf/Makefile.am (libgdk_pixbuf_la_SOURCES): Added
	gdk-pixbuf-animation.c.

	* doc/tmpl/animation.sgml: Populated.  It is still missing a
	description of the overlay modes.

	* doc/gdk-pixbuf-sections.txt: Added the animation section.  Moved
	the canvas item section to the end, as it will be moved later to
	gnome-libs.

	* doc/gdk-pixbuf.sgml: Added the animation section.

	* doc/Makefile.am (tmpl_sources): Added tmpl/animation.sgml.
2000-01-02 03:59:22 +00:00
..
animation.sgml Added reference counting to animations. A web browser may want to share a 2000-01-02 03:59:22 +00:00
creating.sgml Populated. 1999-11-10 22:48:46 +00:00
file-loading.sgml Populated. 1999-11-10 22:48:46 +00:00
from-drawables.sgml Added reference counting to animations. A web browser may want to share a 2000-01-02 03:59:22 +00:00
gdk-pixbuf-io.sgml More docs work - Federico 1999-11-04 21:52:08 +00:00
gdk-pixbuf-loader.sgml Added reference counting to animations. A web browser may want to share a 2000-01-02 03:59:22 +00:00
gdk-pixbuf-unused.sgml Removed gdk-pixbuf-io, since it is for internal use only. 1999-11-05 23:58:23 +00:00
gdk-pixbuf.sgml Populated. 1999-11-10 22:48:46 +00:00
gnome-canvas-pixbuf.sgml Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels, 1999-12-08 21:17:52 +00:00
refcounting.sgml Populated. 1999-11-10 22:48:46 +00:00
rendering.sgml Added reference counting to animations. A web browser may want to share a 2000-01-02 03:59:22 +00:00
util.sgml Added reference counting to animations. A web browser may want to share a 2000-01-02 03:59:22 +00:00