Method: XCB::ConfigureRequestEvent#sibling

Defined in:
ext/xproto.c

#siblingObject



1636
1637
1638
1639
1640
1641
1642
# File 'ext/xproto.c', line 1636

static VALUE
r_XCB_ConfigureRequestEvent_get_sibling(VALUE r_self)
{
  xcb_configure_request_event_t *event;
  Data_Get_Struct(r_self, xcb_configure_request_event_t, event);
  return INT2FIX(event->sibling);
}