diff options
author | Andrea Canciani <ranma42@gmail.com> | 2012-03-27 11:32:55 +0200 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2012-03-29 11:03:19 +0200 |
commit | f0e40af05b81bf26dcf36cb262c34603b6420d1c (patch) | |
tree | be6c005012f8844fa804fce8826144b76f8aca04 | |
parent | 5174c585def3e2ec06a4679644973a489f92bef2 (diff) |
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".
-rw-r--r-- | src/cairo-beos-surface.cpp | 4 | ||||
-rw-r--r-- | src/cairo-gl-surface.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/cairo-beos-surface.cpp b/src/cairo-beos-surface.cpp index eb672b63..a5614e17 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 91c860ac..8bbf9390 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, |