Method: XCB::LeaveNotifyEvent#visit
- Defined in:
- ext/xproto.c
#visit(r_visitor) ⇒ Object
2987 2988 2989 2990 2991 |
# File 'ext/xproto.c', line 2987 static VALUE r_XCB_LeaveNotifyEvent_visit(VALUE r_self, VALUE r_visitor) { return rb_funcall(r_visitor, rb_intern("visit_leave_notify"), 1, r_self); } |