MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getAtom

Method getAtom

source/x11/xserver.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208bool XServer::getAtom(U32 atom, BString& name) {
209 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(atomMutex);
210 return atoms.get(atom, name);
211}
212
213U32 XServer::internAtom(const BString& name, bool onlyIfExists) {
214 U32 result;

Callers 9

setPropertyMethod · 0.80
deletePropertyMethod · 0.80
descriptionMethod · 0.80
x11_GetWindowPropertyFunction · 0.80
x11_ChangePropertyFunction · 0.80
x11_DeletePropertyFunction · 0.80
x11_ConvertSelectionFunction · 0.80
x11_GetAtomNameFunction · 0.80
x11_GetAtomNamesFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected