MCPcopy Create free account
hub / github.com/arrayfire/forge / fg_release_window

Function fg_release_window

src/api/c/window.cpp:60–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60fg_err fg_release_window(fg_window pWindow)
61{
62 try {
63 ARG_ASSERT(0, (pWindow!=0));
64
65 delete getWindow(pWindow);
66 }
67 CATCHALL
68
69 return FG_ERR_NONE;
70}
71
72fg_err fg_set_window_font(fg_window pWindow, const fg_font pFont)
73{

Callers 1

~WindowMethod · 0.85

Calls 1

getWindowFunction · 0.85

Tested by

no test coverage detected