From 821d4458ead1753e482042fd3c542d6ea0c90478 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 17 Oct 2011 22:10:00 -0400 Subject: [PATCH] Minor annotation fixes. --- src/compositor/meta-shadow-factory.c | 2 +- src/compositor/meta-window-actor.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/compositor/meta-shadow-factory.c b/src/compositor/meta-shadow-factory.c index d0200828b..80403b8fe 100644 --- a/src/compositor/meta-shadow-factory.c +++ b/src/compositor/meta-shadow-factory.c @@ -360,7 +360,7 @@ meta_shadow_paint (MetaShadow *shadow, * @window_height: actual height of the region to paint a shadow for * * Computes the bounds of the pixels that will be affected by - * meta_shadow_paints() + * meta_shadow_paint() */ void meta_shadow_get_bounds (MetaShadow *shadow, diff --git a/src/compositor/meta-window-actor.c b/src/compositor/meta-window-actor.c index 5f7951059..ef47bc8b7 100644 --- a/src/compositor/meta-window-actor.c +++ b/src/compositor/meta-window-actor.c @@ -828,9 +828,9 @@ meta_window_actor_get_x_window (MetaWindowActor *self) /** * meta_window_actor_get_meta_window: * - * Gets the MetaWindow object that the the MetaWindowActor is displaying + * Gets the #MetaWindow object that the the #MetaWindowActor is displaying * - * Return value: (transfer none): the displayed MetaWindow + * Return value: (transfer none): the displayed #MetaWindow */ MetaWindow * meta_window_actor_get_meta_window (MetaWindowActor *self) @@ -843,7 +843,7 @@ meta_window_actor_get_meta_window (MetaWindowActor *self) * * Gets the ClutterActor that is used to display the contents of the window * - * Return value: (transfer none): the ClutterActor for the contents + * Return value: (transfer none): the #ClutterActor for the contents */ ClutterActor * meta_window_actor_get_texture (MetaWindowActor *self) @@ -1805,7 +1805,7 @@ meta_window_actor_set_visible_region_beneath (MetaWindowActor *self, * @self: a #MetaWindowActor * * Unsets the regions set by meta_window_actor_reset_visible_region() and - *meta_window_actor_reset_visible_region_beneath() + * meta_window_actor_reset_visible_region_beneath() */ void meta_window_actor_reset_visible_regions (MetaWindowActor *self)