MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / fini

Method fini

plugins/vswitch/vswitch.cpp:557–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 }
556
557 void fini()
558 {
559 if (is_active())
560 {
561 algorithm->stop_switch(false);
562 }
563
564 bindings->tear_down();
565 }
566};
567
568class wf_vswitch_global_plugin_t : public wf::per_output_plugin_t<vswitch>

Callers

nothing calls this directly

Calls 2

tear_downMethod · 0.80
stop_switchMethod · 0.45

Tested by

no test coverage detected