Method: XCB::ListHostsReply#hosts_len

Defined in:
ext/xproto.c

#hosts_lenObject



4382
4383
4384
4385
4386
4387
4388
# File 'ext/xproto.c', line 4382

static VALUE
r_XCB_ListHostsReply_get_hosts_len(VALUE r_self)
{
	xcb_list_hosts_reply_t *reply;
	Data_Get_Struct(r_self, xcb_list_hosts_reply_t, reply);
	return INT2FIX(reply->hosts_len);
}