HomeSort by: relevance | last modified time | path
    Searched defs:only_if_exists (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
xproto.h 1866 uint8_t only_if_exists; member in struct:xcb_intern_atom_request_t
6662 * @param only_if_exists Return a valid atom id only if the atom already exists.
6671 * If \a only_if_exists is 0, the atom will be created if it does not already exist.
6672 * If \a only_if_exists is 1, `XCB_ATOM_NONE` will be returned if the atom does
6678 uint8_t only_if_exists,
6686 * @param only_if_exists Return a valid atom id only if the atom already exists.
6695 * If \a only_if_exists is 0, the atom will be created if it does not already exist.
6696 * If \a only_if_exists is 1, `XCB_ATOM_NONE` will be returned if the atom does
6705 uint8_t only_if_exists,

Completed in 56 milliseconds