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:
Andrea Canciani 2012-03-27 11:32:55 +02:00
parent 5174c585de
commit f0e40af05b
2 changed files with 6 additions and 0 deletions

View file

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

View file

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