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

Method getProperty

source/x11/xwindow.cpp:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397XPropertyPtr XWindow::getProperty(U32 atom) {
398 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(propertiesMutex);
399 return properties.getProperty(atom);
400}
401
402void XWindow::setProperty(U32 atom, U32 type, U32 format, U32 length, const U8* value, bool trace) {
403 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(propertiesMutex);

Callers 8

onCreateMethod · 0.45
setPropertyMethod · 0.45
deletePropertyMethod · 0.45
initClipboardMethod · 0.45
x11_GetWindowPropertyFunction · 0.45
x11_DeletePropertyFunction · 0.45
x11_GetWMHintsFunction · 0.45
x11_GetWMNormalHintsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected