Method: XCB::QueryTreeReply#root
- Defined in:
- ext/xproto.c
#root ⇒ Object
3230 3231 3232 3233 3234 3235 3236 |
# File 'ext/xproto.c', line 3230 static VALUE r_XCB_QueryTreeReply_get_root(VALUE r_self) { xcb_query_tree_reply_t *reply; Data_Get_Struct(r_self, xcb_query_tree_reply_t, reply); return INT2FIX(reply->root); } |