summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
blob: 410a2cc3e776e9718be71384763b64db55e08256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity gdk-pixbuf-gdk-pixbuf SYSTEM "sgml/gdk-pixbuf.sgml">
<!entity gdk-pixbuf-refcounting SYSTEM "sgml/refcounting.sgml">
<!entity gdk-pixbuf-file-loading SYSTEM "sgml/file-loading.sgml">
<!entity gdk-pixbuf-creating SYSTEM "sgml/creating.sgml">
<!entity gdk-pixbuf-rendering SYSTEM "sgml/rendering.sgml">
<!entity gdk-pixbuf-scaling SYSTEM "sgml/scaling.sgml">
<!entity gdk-pixbuf-from-drawables SYSTEM "sgml/from-drawables.sgml">
<!entity gdk-pixbuf-util SYSTEM "sgml/util.sgml">
<!entity gdk-pixbuf-animation SYSTEM "sgml/animation.sgml">
<!entity GdkPixbufLoader SYSTEM "sgml/gdk-pixbuf-loader.sgml">
<!entity GnomeCanvasPixbuf SYSTEM "sgml/gnome-canvas-pixbuf.sgml">
]>

<book>
  <bookinfo>
    <title>The GdkPixbuf Library</title>

    <authorgroup>
      <author>
	<firstname>Federico</firstname>
	<surname>Mena Quintero</surname>
	<affiliation>
	  <address>
	    <email>federico@gimp.org</email>
	  </address>
	</affiliation>
      </author>
    </authorgroup>

    <copyright>
      <year>1999</year>
      <holder>The Free Software Foundation</holder>
    </copyright>
  </bookinfo>

  <reference>
    <title>API Reference</title>

    <partintro>
      <para>
	This part presents the class and function reference for the
	GdkPixbuf library.  Classes are described together with their
	methods; individual functions are grouped by functional group.
      </para>
    </partintro>

    &gdk-pixbuf-gdk-pixbuf;
    &gdk-pixbuf-refcounting;
    &gdk-pixbuf-file-loading;
    &gdk-pixbuf-creating;
    &gdk-pixbuf-rendering;
    &gdk-pixbuf-scaling;
    &gdk-pixbuf-from-drawables;
    &gdk-pixbuf-util;
    &gdk-pixbuf-animation;
    &GdkPixbufLoader;
    &GnomeCanvasPixbuf;
  </reference>
</book>