HomeSort by: relevance | last modified time | path
    Searched refs:xcb_list_properties_reply_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
xproto.h 2026 * @brief xcb_list_properties_reply_t
2028 typedef struct xcb_list_properties_reply_t { struct
2035 } xcb_list_properties_reply_t; typedef in typeref:struct:xcb_list_properties_reply_t
7031 xcb_list_properties_atoms (const xcb_list_properties_reply_t *R);
7034 xcb_list_properties_atoms_length (const xcb_list_properties_reply_t *R);
7037 xcb_list_properties_atoms_end (const xcb_list_properties_reply_t *R);
7053 xcb_list_properties_reply_t *
xproto.c 3720 const xcb_list_properties_reply_t *_aux = (xcb_list_properties_reply_t *)_buffer;
3727 xcb_block_len += sizeof(xcb_list_properties_reply_t);
3802 xcb_list_properties_atoms (const xcb_list_properties_reply_t *R)
3808 xcb_list_properties_atoms_length (const xcb_list_properties_reply_t *R)
3814 xcb_list_properties_atoms_end (const xcb_list_properties_reply_t *R)
3823 xcb_list_properties_reply_t *
3828 return (xcb_list_properties_reply_t *) xcb_wait_for_reply(c, cookie.sequence, e);

Completed in 31 milliseconds