[cogl/wip/cogl-1.14: 122/177] doc: Expose CoglBitmap



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

    doc: Expose CoglBitmap
    
    (cherry picked from commit ee97e4ae2b7ca272882a1acaa7eb6df3aed60096)

 .../cogl-2.0-experimental-docs.xml.in              |    1 +
 .../cogl-2.0-experimental-sections.txt             |   27 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-docs.xml.in b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-docs.xml.in
index 9c90e21..74ae7e5 100644
--- a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-docs.xml.in
+++ b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-docs.xml.in
@@ -105,6 +105,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/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
index 25915ee..4165bbb 100644
--- a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
+++ b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
@@ -299,6 +299,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]