Minor doc improvements.
authorTilman Sauerbeck <tilman@code-monkey.de>
Thu, 12 Aug 2004 19:37:04 +0000 (19:37 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Thu, 12 Aug 2004 19:37:04 +0000 (19:37 +0000)
src/rb_evas_object.c

index e465bfc4dc7520de75937680ad3e8310491ced2f..6c0a90f99498f4d6ea7f68c908765de73bd7b3bc 100644 (file)
@@ -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 <i>e</i> is visible, else false.
+ * Returns true if <i>e</i> 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 <i>e</i> passes events on to EvasObjects that are
- * below itself, else false.
+ * below itself, else returns false.
  */
 static VALUE c_pass_events_get (VALUE self)
 {