mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 13:47:59 +02:00
Adds the BeOS surface functions to the list of functions for which to generate documentation.
This commit is contained in:
parent
9c05d2aab1
commit
8ff1866724
5 changed files with 57 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
|||
2006-02-11 Christian Biesinger <cbiesinger@web.de>
|
||||
|
||||
* doc/public/cairo-docs.xml:
|
||||
* doc/public/cairo-sections.txt:
|
||||
* doc/public/language-bindings.xml:
|
||||
* doc/public/tmpl/cairo-beos.sgml:
|
||||
|
||||
Adds the BeOS surface functions to the list of
|
||||
functions for which to generate documentation.
|
||||
|
||||
2006-01-29 Emmanuel Pacaud <emmanuel.pacaud@free.fr>
|
||||
|
||||
* test/cairo-test.c (create_svg_surface): fix filename.
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
<xi:include href="xml/cairo-png.xml"/>
|
||||
<xi:include href="xml/cairo-ps.xml"/>
|
||||
<xi:include href="xml/cairo-win32.xml"/>
|
||||
<xi:include href="xml/cairo-beos.xml"/>
|
||||
<!-- Experimental Quartz and XCB backends removed
|
||||
from the public doc for now.
|
||||
<xi:include href="xml/cairo-quartz.xml"/>
|
||||
|
|
|
|||
|
|
@ -72,6 +72,13 @@ cairo_quartz_surface_create
|
|||
cairo_win32_surface_create
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cairo-beos</FILE>
|
||||
<TITLE>BeOS Surfaces</TITLE>
|
||||
cairo_beos_surface_create
|
||||
cairo_beos_surface_create_for_bitmap
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cairo-xcb</FILE>
|
||||
<TITLE>XCB Surfaces</TITLE>
|
||||
|
|
|
|||
|
|
@ -543,6 +543,7 @@ cairo_surface_t
|
|||
cairo_atsui_surface_t
|
||||
cairo_win32_surface_t
|
||||
cairo_xlib_surface_t
|
||||
cairo_beos_surface_t
|
||||
</programlisting>
|
||||
<para>
|
||||
Unlike patterns, the constructors and methods on these types are
|
||||
|
|
|
|||
38
doc/public/tmpl/cairo-beos.sgml
Normal file
38
doc/public/tmpl/cairo-beos.sgml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!-- ##### SECTION Title ##### -->
|
||||
BeOS Surfaces
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
BeOS surface support
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cairo_beos_surface_create ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@view:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cairo_beos_surface_create_for_bitmap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@view:
|
||||
@bmp:
|
||||
@Returns:
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue