[cogl] doc: Expose CoglBitmap



commit ee97e4ae2b7ca272882a1acaa7eb6df3aed60096
Author: Damien Lespiau <damien lespiau intel com>
Date:   Sun Dec 30 16:21:38 2012 +0000

    doc: Expose CoglBitmap

 doc/reference/cogl2/cogl2-docs.xml.in  |    1 +
 doc/reference/cogl2/cogl2-sections.txt |   27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/doc/reference/cogl2/cogl2-docs.xml.in b/doc/reference/cogl2/cogl2-docs.xml.in
index 7d8263c..22c843f 100644
--- a/doc/reference/cogl2/cogl2-docs.xml.in
+++ b/doc/reference/cogl2/cogl2-docs.xml.in
@@ -104,6 +104,7 @@
 
     <section id="cogl-textures">
       <title>Textures</title>
+      <xi:include href="xml/cogl-bitmap.xml"/>
       <xi:include href="xml/cogl-texture.xml"/>
     </section>
 
diff --git a/doc/reference/cogl2/cogl2-sections.txt b/doc/reference/cogl2/cogl2-sections.txt
index 8d29a42..ab9219c 100644
--- a/doc/reference/cogl2/cogl2-sections.txt
+++ b/doc/reference/cogl2/cogl2-sections.txt
@@ -245,6 +245,33 @@ cogl_path_get_fill_rule
 </SECTION>
 
 <SECTION>
+<FILE>cogl-bitmap</FILE>
+<TITLE>Bitmap</TITLE>
+
+<SUBSECTION>
+CoglBitmap
+cogl_is_bitmap
+
+<SUBSECTION>
+cogl_bitmap_new_from_file
+cogl_bitmap_new_from_buffer
+cogl_bitmap_new_with_size
+cogl_bitmap_new_for_data
+
+<SUBSECTION>
+cogl_bitmap_get_format
+cogl_bitmap_get_width
+cogl_bitmap_get_height
+cogl_bitmap_get_rowstride
+cogl_bitmap_get_buffer
+cogl_bitmap_get_size_from_file
+
+<SUBSECTION>
+COGL_BITMAP_ERROR
+CoglBitmapError
+</SECTION>
+
+<SECTION>
 <FILE>cogl-texture</FILE>
 <TITLE>The Texture Interface</TITLE>
 CoglTexture



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]