]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
ff31dacb123c155360b40c28d510e9b629c5824d
[~andy/gtk] / docs / reference / gdk-pixbuf / tmpl / gdk-pixbuf.sgml
1 <!-- ##### SECTION Title ##### -->
2 The GdkPixbuf Structure
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Information that describes an image.
6
7 <!-- ##### SECTION Long_Description ##### -->
8
9   <para>
10     The <structname>GdkPixbuf</structname> structure contains
11     information that describes an image in memory.  It is actually a
12     simple wrapper that adds reference counting capabilities to an
13     #ArtPixBuf structure.
14   </para>
15
16 <!-- ##### SECTION See_Also ##### -->
17   <para>
18     #ArtPixBuf
19   </para>
20
21 <!-- ##### STRUCT GdkPixbuf ##### -->
22   <para>
23     This is the main structure in the GdkPixbuf library.  This
24     structure adds reference counting capabilities to an #ArtPixBuf
25     structure.
26   </para>
27
28 @ref_count: Reference count.
29 @art_pixbuf: An #ArtPixBuf that actually contains the description of
30 the image data.
31
32 <!-- ##### FUNCTION gdk_pixbuf_get_format ##### -->
33 <para>
34
35 </para>
36
37 @pixbuf: 
38 @Returns: 
39
40
41 <!-- ##### FUNCTION gdk_pixbuf_get_n_channels ##### -->
42 <para>
43
44 </para>
45
46 @pixbuf: 
47 @Returns: 
48
49
50 <!-- ##### FUNCTION gdk_pixbuf_get_has_alpha ##### -->
51 <para>
52
53 </para>
54
55 @pixbuf: 
56 @Returns: 
57
58
59 <!-- ##### FUNCTION gdk_pixbuf_get_bits_per_sample ##### -->
60 <para>
61
62 </para>
63
64 @pixbuf: 
65 @Returns: 
66
67
68 <!-- ##### FUNCTION gdk_pixbuf_get_pixels ##### -->
69 <para>
70
71 </para>
72
73 @pixbuf: 
74 @Returns: 
75
76
77 <!-- ##### FUNCTION gdk_pixbuf_get_width ##### -->
78 <para>
79
80 </para>
81
82 @pixbuf: 
83 @Returns: 
84
85
86 <!-- ##### FUNCTION gdk_pixbuf_get_height ##### -->
87 <para>
88
89 </para>
90
91 @pixbuf: 
92 @Returns: 
93
94
95 <!-- ##### FUNCTION gdk_pixbuf_get_rowstride ##### -->
96 <para>
97
98 </para>
99
100 @pixbuf: 
101 @Returns: <!--
102 Local variables:
103 mode: sgml
104 sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
105 End:
106 -->
107
108