From 31278d5bfe44418ddc64610ff049a46990b7a5f8 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Thu, 12 Aug 2004 19:37:04 +0000 Subject: [PATCH] Minor doc improvements. --- src/rb_evas_object.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rb_evas_object.c b/src/rb_evas_object.c index e465bfc..6c0a90f 100644 --- a/src/rb_evas_object.c +++ b/src/rb_evas_object.c @@ -1,5 +1,5 @@ /* - * $Id: rb_evas_object.c 58 2004-08-10 14:10:02Z tilman $ + * $Id: rb_evas_object.c 64 2004-08-12 19:37:04Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -180,7 +180,7 @@ static VALUE c_hide (VALUE self) * call-seq: * e.visible? => true or false * - * Returns true if e is visible, else false. + * Returns true if e is visible, else returns false. */ static VALUE c_visible_get (VALUE self) { @@ -317,7 +317,7 @@ static VALUE c_set_color (VALUE self, VALUE r, VALUE g, VALUE b, * e.pass_events? => true or false * * Returns true if e passes events on to EvasObjects that are - * below itself, else false. + * below itself, else returns false. */ static VALUE c_pass_events_get (VALUE self) { -- 2.30.2