X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2Frb_rectangle.c;h=bf32908a1cc143fcadb3e8f26374477ce0eb4005;hp=a058fa627c7c582f2fe758b83c5d1dbda7f2e1d5;hb=1f6059ba8be27832fc4b6f88c99548e39f4264cb;hpb=45ab448e73c15a66cc6e4968df7cfdcf894cf6fe diff --git a/src/rb_rectangle.c b/src/rb_rectangle.c index a058fa6..bf32908 100644 --- a/src/rb_rectangle.c +++ b/src/rb_rectangle.c @@ -1,5 +1,5 @@ /* - * $Id: rb_rectangle.c 49 2004-08-01 10:17:39Z tilman $ + * $Id: rb_rectangle.c 58 2004-08-10 14:10:02Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -31,6 +31,12 @@ static void c_free (RbEvasObject *e) c_evas_object_free (e, true); } +/* + * call-seq: + * Evas::Rectangle.new(evas) => rect + * + * Creates an Evas::Rectangle object. + */ static VALUE c_new (VALUE klass, VALUE evas) { VALUE self, argv[1];