mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 02:30:11 +01:00
doc: Silence last 'missing Since field' errors
Some APIs are public but not yet supported, hence they might chenge without notice. State their "Since" status as "to be determined".
This commit is contained in:
parent
5174c585de
commit
f0e40af05b
2 changed files with 6 additions and 0 deletions
|
|
@ -947,6 +947,8 @@ _cairo_beos_surface_create_internal (BView* view,
|
|||
* The caller must ensure that the view does not get deleted before the surface.
|
||||
* If the view is attached to a bitmap rather than an on-screen window, use
|
||||
* cairo_beos_surface_create_for_bitmap() instead of this function.
|
||||
*
|
||||
* Since: TBD
|
||||
**/
|
||||
cairo_surface_t *
|
||||
cairo_beos_surface_create (BView* view)
|
||||
|
|
@ -970,6 +972,8 @@ cairo_beos_surface_create (BView* view)
|
|||
*
|
||||
* For now, only views that draw to the entire area of bmp are supported.
|
||||
* The view must already be attached to the bitmap.
|
||||
*
|
||||
* Since: TBD
|
||||
**/
|
||||
cairo_surface_t *
|
||||
cairo_beos_surface_create_for_bitmap (BView* view,
|
||||
|
|
|
|||
|
|
@ -579,6 +579,8 @@ slim_hidden_def (cairo_gl_surface_create);
|
|||
* This function always returns a valid pointer, but it will return a
|
||||
* pointer to a "nil" surface if an error such as out of memory
|
||||
* occurs. You can use cairo_surface_status() to check for this.
|
||||
*
|
||||
* Since: TBD
|
||||
**/
|
||||
cairo_surface_t *
|
||||
cairo_gl_surface_create_for_texture (cairo_device_t *abstract_device,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue