X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2Frb_evas_object.c;h=6c0a90f99498f4d6ea7f68c908765de73bd7b3bc;hp=e465bfc4dc7520de75937680ad3e8310491ced2f;hb=31278d5bfe44418ddc64610ff049a46990b7a5f8;hpb=12ccdf817e025157564aaa229933049838b6b40c 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) {