[Cogl] [PATCH 12/53] doc: Expose CoglBitmap

Damien Lespiau damien.lespiau at gmail.com
Tue Jan 1 06:30:48 PST 2013


From: Damien Lespiau <damien.lespiau at intel.com>

---
 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
-- 
1.7.7.5



More information about the Cogl mailing list