doc: The swap functions have moved from the framebuffer to the onscreen

At the same time reorganise the Onscreen sections.

(cherry picked from commit 5ef71e17f7b9f2b254cc33e2f574a8a3a5cfb09d)
This commit is contained in:
Damien Lespiau 2012-12-30 19:37:03 +00:00 committed by Robert Bragg
parent 7dab25d2bc
commit b8a18d6fbc

View File

@ -463,10 +463,6 @@ cogl_framebuffer_stroke_path
cogl_framebuffer_fill_path cogl_framebuffer_fill_path
<SUBSECTION> <SUBSECTION>
cogl_framebuffer_swap_buffers
cogl_framebuffer_swap_region
cogl_framebuffer_add_swap_buffers_callback
cogl_framebuffer_remove_swap_buffers_callback
cogl_framebuffer_finish cogl_framebuffer_finish
<SUBSECTION> <SUBSECTION>
@ -505,17 +501,33 @@ cogl_pop_framebuffer
<SECTION> <SECTION>
<FILE>cogl-onscreen</FILE> <FILE>cogl-onscreen</FILE>
<TITLE>CoglOnscreen: The Onscreen Framebuffer Interface</TITLE> <TITLE>CoglOnscreen: The Onscreen Framebuffer Interface</TITLE>
<SUBSECTION>
CoglOnscreen CoglOnscreen
cogl_is_onscreen
COGL_ONSCREEN COGL_ONSCREEN
<SUBSECTION>
cogl_onscreen_new cogl_onscreen_new
<SUBSECTION>
cogl_x11_onscreen_set_foreign_window_xid cogl_x11_onscreen_set_foreign_window_xid
cogl_x11_onscreen_get_window_xid cogl_x11_onscreen_get_window_xid
cogl_x11_onscreen_get_visual_xid cogl_x11_onscreen_get_visual_xid
<SUBSECTION>
cogl_win32_onscreen_set_foreign_window cogl_win32_onscreen_set_foreign_window
cogl_win32_onscreen_get_window cogl_win32_onscreen_get_window
cogl_onscreen_set_swap_throttled
<SUBSECTION>
cogl_onscreen_show cogl_onscreen_show
cogl_onscreen_hide cogl_onscreen_hide
<SUBSECTION>
cogl_onscreen_swap_buffers
cogl_onscreen_swap_region
cogl_onscreen_set_swap_throttled
cogl_onscreen_add_swap_buffers_callback
cogl_onscreen_remove_swap_buffers_callback
</SECTION> </SECTION>
<SECTION> <SECTION>