[cairo] [PATCH 12/12] doc: Silence last 'missing Since field' errors
Andrea Canciani
ranma42 at gmail.com
Tue Mar 27 04:25:59 PDT 2012
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(+), 0 deletions(-)
diff --git a/src/cairo-beos-surface.cpp b/src/cairo-beos-surface.cpp
index eb672b6..a5614e1 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 91c860a..8bbf939 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,
--
1.7.5.4
More information about the cairo
mailing list