doc: Expose CoglBitmap

(cherry picked from commit ee97e4ae2b7ca272882a1acaa7eb6df3aed60096)
This commit is contained in:
Damien Lespiau 2012-12-30 16:21:38 +00:00 committed by Robert Bragg
parent 388e589ac4
commit 5b7faf1134
2 changed files with 28 additions and 0 deletions

View File

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

View File

@ -298,6 +298,33 @@ cogl_path_set_fill_rule
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>