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

index 6e32824418a6764ba6bd9d970d692c6f78dd87b3..50ba39b4369a613393ada20ff00e67098f65019e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_edje.c 59 2004-08-10 14:10:31Z tilman $
+ * $Id: rb_edje.c 66 2004-08-12 19:37:52Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -169,7 +169,8 @@ static VALUE c_get_size_max (VALUE self)
  * call-seq:
  *  edje.part_exists?(part) => true or false
  *
- * Returns true if <i>edje</i> has a part called <i>part</i>, else false.
+ * Returns true if <i>edje</i> has a part called <i>part</i>,
+ * else returns false.
  */
 static VALUE c_part_exists_get (VALUE self, VALUE name)
 {
@@ -318,7 +319,7 @@ static VALUE c_on_signal (VALUE self, VALUE signal, VALUE src)
  * call-seq:
  *  edje.play? => true or false
  *
- * Returns true if <i>edje</i> is in play mode, else false.
+ * Returns true if <i>edje</i> is in play mode, else returns false.
  */
 static VALUE c_play_get (VALUE self)
 {