From f0e40af05b81bf26dcf36cb262c34603b6420d1c Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Tue, 27 Mar 2012 11:32:55 +0200 Subject: [PATCH] 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". --- src/cairo-beos-surface.cpp | 4 ++++ src/cairo-gl-surface.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/cairo-beos-surface.cpp b/src/cairo-beos-surface.cpp index eb672b637..a5614e175 100644 --- a/src/cairo-beos-surface.cpp +++ b/src/cairo-beos-surface.cpp @@ -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, diff --git a/src/cairo-gl-surface.c b/src/cairo-gl-surface.c index 91c860ac7..8bbf93909 100644 --- a/src/cairo-gl-surface.c +++ b/src/cairo-gl-surface.c @@ -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,