From 45b6d7d47a943faad8d82e0b196be058a1c45193 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Oct 2010 11:26:46 +0100 Subject: [PATCH] docs: Fix the annotations of ActorClass --- clutter/clutter-actor.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-actor.h b/clutter/clutter-actor.h index 59f983fd8..42e35b18f 100644 --- a/clutter/clutter-actor.h +++ b/clutter/clutter-actor.h @@ -191,8 +191,6 @@ struct _ClutterActor * @apply_transform: virtual function, used when applying the transformations * to an actor before painting it or when transforming coordinates or * the allocation; it must chain up to the parent's implementation - * @get_accessible: virtual function, returns the accessible object that - * describes the actor to an assistive technology. * @parent_set: signal class handler for the #ClutterActor::parent-set * @destroy: signal class handler for #ClutterActor::destroy * @pick: virtual function, used to draw an outline of the actor with @@ -213,6 +211,10 @@ struct _ClutterActor * @key_focus_in: signal class closure for #ClutterActor::key-focus-in * @key_focus_out: signal class closure for #ClutterActor::key-focus-out * @queue_relayout: class handler for #ClutterActor::queue-relayout + * @get_accessible: virtual function, returns the accessible object that + * describes the actor to an assistive technology. + * @get_paint_volume: virtual function, for sub-classes to define their + * #ClutterPaintVolume * * Base class for actors. */