Replaced the autotools setup with a Rakefile.
[ruby-ecore.git] / src / ecore / rb_idler.c
index 2549c71b85126ff7bb571202538b57e14a5e1453..d03a5ba8f0abe34c7c65e0cd039f3b1f5315d6ca 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Id: rb_idler.c 67 2004-08-12 20:08:13Z tilman $
+ * $Id: rb_idler.c 154 2004-12-09 18:49:18Z tilman $
  *
- * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
+ * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -115,6 +115,6 @@ void Init_Idler (void)
 {
        VALUE c = rb_define_class_under (mEcore, "Idler", rb_cObject);
 
-       rb_define_singleton_method (c, "new", c_new, 1);
+       rb_define_singleton_method (c, "new", c_new, 0);
        rb_define_method (c, "delete", c_delete, 0);
 }