From 08daf6f58a46e0b7e94f8d51fc31695605944466 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 12 Aug 2008 17:32:50 +0200 Subject: [PATCH] Corrected docs and args type for AdgEntity::render --- adg/adg-entity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adg/adg-entity.c b/adg/adg-entity.c index 6963923f..de6731c9 100644 --- a/adg/adg-entity.c +++ b/adg/adg-entity.c @@ -133,9 +133,9 @@ adg_entity_class_init(AdgEntityClass *klass) /** * AdgEntity::render: * @entity: an #AdgEntity - * @cr: the destination cairo context of the rendering + * @cr: the destination cairo context * - * The "render" signal causes the rendering of any entity. + * Causes the rendering of @entity on @cr. */ signals[RENDER] = g_signal_new("render", -- 2.11.4.GIT