From a8d800580017b474fabc6b6322ccbdc6c8da504e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 5 Mar 2012 23:34:27 +0000 Subject: [PATCH] docs: Updates to the API reference --- clutter/wayland/clutter-wayland-surface.h | 5 +++-- doc/reference/clutter/clutter-sections.txt | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/clutter/wayland/clutter-wayland-surface.h b/clutter/wayland/clutter-wayland-surface.h index 1d7b0c7ce..b68483ec7 100644 --- a/clutter/wayland/clutter-wayland-surface.h +++ b/clutter/wayland/clutter-wayland-surface.h @@ -51,7 +51,7 @@ typedef struct _ClutterWaylandSurfacePrivate ClutterWaylandSurfacePrivate; * * The #ClutterWaylandSurface structure contains only private data * - * Since: 1.8 + * Since: 1.10 * Stability: unstable */ struct _ClutterWaylandSurface @@ -64,10 +64,11 @@ struct _ClutterWaylandSurface /** * ClutterWaylandSurfaceClass: + * @queue_damage_redraw: class handler of the #ClutterWaylandSurface::queue-damage-redraw signal * * The #ClutterWaylandSurfaceClass structure contains only private data * - * Since: 0.8 + * Since: 1.10 * Stability: unstable */ struct _ClutterWaylandSurfaceClass diff --git a/doc/reference/clutter/clutter-sections.txt b/doc/reference/clutter/clutter-sections.txt index 40ce97ae0..38fc7a831 100644 --- a/doc/reference/clutter/clutter-sections.txt +++ b/doc/reference/clutter/clutter-sections.txt @@ -1317,6 +1317,7 @@ CLUTTER_INIT_ERROR CLUTTER_DEPRECATED CLUTTER_DEPRECATED_FOR CLUTTER_PRIVATE_FIELD +CLUTTER_VAR clutter_init_error_quark clutter_base_init clutter_redraw @@ -1425,6 +1426,9 @@ ClutterWaylandSurfaceClass clutter_wayland_surface_new clutter_wayland_surface_attach_buffer clutter_wayland_surface_damage_buffer +clutter_wayland_surface_get_cogl_texture +clutter_wayland_surface_get_surface +clutter_wayland_surface_set_surface CLUTTER_WAYLAND_IS_SURFACE CLUTTER_WAYLAND_IS_SURFACE_CLASS