/*
- * $Id: rb_ecore.c 342 2005-05-07 12:26:37Z tilman $
+ * $Id: rb_ecore.c 349 2006-01-29 09:17:44Z tilman $
*
* Copyright (C) 2004 ruby-ecore team (see AUTHORS)
*
return rb_float_new (ecore_time_get ());
}
+#if 0
static VALUE c_ev_exe_exit_init (VALUE self, VALUE event)
{
VALUE c = CLASS_OF (self);
return self;
}
+#endif
static VALUE c_ev_sig_user_init (VALUE self, VALUE event)
{
"SignalPower", c);
rb_define_private_method (c, "initialize", c_ev_generic_init, 1);
+#if 0
/* EXE_EXIT */
ADD_EVENT (mEcore, ECORE_EVENT_, EXE_EXIT, "ExeExit", c);
rb_define_private_method (c, "initialize", c_ev_exe_exit_init, 1);
+#endif
/* SIGNAL_USER */
ADD_EVENT (mEcore, ECORE_EVENT_, SIGNAL_USER,