docs: Updates to the API reference

This commit is contained in:
Emmanuele Bassi 2012-03-05 23:34:27 +00:00
parent 9813a87499
commit a8d8005800
2 changed files with 7 additions and 2 deletions

View File

@ -51,7 +51,7 @@ typedef struct _ClutterWaylandSurfacePrivate ClutterWaylandSurfacePrivate;
* *
* The #ClutterWaylandSurface structure contains only private data * The #ClutterWaylandSurface structure contains only private data
* *
* Since: 1.8 * Since: 1.10
* Stability: unstable * Stability: unstable
*/ */
struct _ClutterWaylandSurface struct _ClutterWaylandSurface
@ -64,10 +64,11 @@ struct _ClutterWaylandSurface
/** /**
* ClutterWaylandSurfaceClass: * ClutterWaylandSurfaceClass:
* @queue_damage_redraw: class handler of the #ClutterWaylandSurface::queue-damage-redraw signal
* *
* The #ClutterWaylandSurfaceClass structure contains only private data * The #ClutterWaylandSurfaceClass structure contains only private data
* *
* Since: 0.8 * Since: 1.10
* Stability: unstable * Stability: unstable
*/ */
struct _ClutterWaylandSurfaceClass struct _ClutterWaylandSurfaceClass

View File

@ -1317,6 +1317,7 @@ CLUTTER_INIT_ERROR
CLUTTER_DEPRECATED CLUTTER_DEPRECATED
CLUTTER_DEPRECATED_FOR CLUTTER_DEPRECATED_FOR
CLUTTER_PRIVATE_FIELD CLUTTER_PRIVATE_FIELD
CLUTTER_VAR
clutter_init_error_quark clutter_init_error_quark
clutter_base_init clutter_base_init
clutter_redraw clutter_redraw
@ -1425,6 +1426,9 @@ ClutterWaylandSurfaceClass
clutter_wayland_surface_new clutter_wayland_surface_new
clutter_wayland_surface_attach_buffer clutter_wayland_surface_attach_buffer
clutter_wayland_surface_damage_buffer clutter_wayland_surface_damage_buffer
clutter_wayland_surface_get_cogl_texture
clutter_wayland_surface_get_surface
clutter_wayland_surface_set_surface
<SUBSECTION Standard> <SUBSECTION Standard>
CLUTTER_WAYLAND_IS_SURFACE CLUTTER_WAYLAND_IS_SURFACE
CLUTTER_WAYLAND_IS_SURFACE_CLASS CLUTTER_WAYLAND_IS_SURFACE_CLASS