]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
contrib subdir
[~andy/gtk] / docs / reference / gdk-pixbuf / tmpl / gdk-pixbuf.sgml
index aac19face4680ebeec3f77fe0204512ed2fe28a5..08b549d0fc0578b363f5da57e92cac0e99f79b41 100644 (file)
@@ -8,28 +8,48 @@ Information that describes an image.
 
   <para>
     The <structname>GdkPixbuf</structname> structure contains
-    information that describes an image in memory.  It is actually a
-    simple wrapper that adds reference counting capabilities to an
-    #ArtPixBuf structure.
+    information that describes an image in memory.
   </para>
 
 <!-- ##### SECTION See_Also ##### -->
   <para>
-    #ArtPixBuf
   </para>
 
+<!-- ##### ENUM GdkColorspace ##### -->
+  <para>
+    This enumeration defines the color spaces that are supported by
+    the &gdk-pixbuf; library.  Currently only RGB is supported.
+  </para>
+
+@GDK_COLORSPACE_RGB: Indicates a red/green/blue additive color space.
+
 <!-- ##### STRUCT GdkPixbuf ##### -->
   <para>
-    This is the main structure in the GdkPixbuf library.  This
-    structure adds reference counting capabilities to an #ArtPixBuf
-    structure.
+    This is the main structure in the &gdk-pixbuf; library.  It is
+    used to represent images.  It contains information about the
+    image's pixel data, its color space, bits per sample, width and
+    height, and the rowstride or number of bytes between rows.
   </para>
 
-@ref_count: Reference count.
-@art_pixbuf: An #ArtPixBuf that actually contains the description of
-the image data.
+@parent_instance: 
+@colorspace: 
+@n_channels: 
+@bits_per_sample: 
+@width: 
+@height: 
+@rowstride: 
+@pixels: 
+@destroy_fn: 
+@destroy_fn_data: 
+@has_alpha: 
+
+<!-- ##### STRUCT GdkPixbufClass ##### -->
+<para>
 
-<!-- ##### FUNCTION gdk_pixbuf_get_format ##### -->
+</para>
+
+
+<!-- ##### FUNCTION gdk_pixbuf_get_colorspace ##### -->
 <para>
 
 </para>
@@ -98,9 +118,7 @@ the image data.
 </para>
 
 @pixbuf: 
-@Returns:
-
-<!--
+@Returns: <!--
 Local variables:
 mode: sgml
 sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")