Class: XCB::InternAtomReply
- Inherits:
-
Object
- Object
- XCB::InternAtomReply
- Defined in:
- ext/xproto.c
Instance Method Summary collapse
Instance Method Details
#atom ⇒ Object
3264 3265 3266 3267 3268 3269 3270 |
# File 'ext/xproto.c', line 3264 static VALUE r_XCB_InternAtomReply_get_atom(VALUE r_self) { xcb_intern_atom_reply_t *reply; Data_Get_Struct(r_self, xcb_intern_atom_reply_t, reply); return INT2FIX(reply->atom); } |