MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_destroy_window

Function af_destroy_window

src/api/c/window.cpp:296–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296af_err af_destroy_window(const af_window wind) {
297 try {
298 if (wind == 0) { AF_ERROR("Not a valid window", AF_ERR_INTERNAL); }
299 forgeManager().setWindowChartGrid(wind, 0, 0);
300 FG_CHECK(forgePlugin().fg_release_window(wind));
301 }
302 CATCHALL;
303 return AF_SUCCESS;
304}

Callers 1

~WindowMethod · 0.50

Calls 1

setWindowChartGridMethod · 0.80

Tested by

no test coverage detected