static VALUE t_is_notify_readable (VALUE self, VALUE signature)
{
    return evma_is_notify_readable(NUM2ULONG (signature)) ? Qtrue : Qfalse;
}
Exemplo n.º 2
0
static VALUE t_is_notify_readable (VALUE self UNUSED, VALUE signature)
{
	return evma_is_notify_readable(NUM2BSIG (signature)) ? Qtrue : Qfalse;
}