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

Method fini

plugins/single_plugins/switcher.cpp:910–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908 }
909
910 void fini() override
911 {
912 if (output->is_plugin_active(grab_interface.name))
913 {
914 input_grab->ungrab_input();
915 deinit_switcher();
916 }
917
918 output->rem_binding(&next_view_binding);
919 output->rem_binding(&prev_view_binding);
920 }
921};
922
923DECLARE_WAYFIRE_PLUGIN(wf::per_output_plugin_t<WayfireSwitcher>);

Callers

nothing calls this directly

Calls 3

is_plugin_activeMethod · 0.80
ungrab_inputMethod · 0.80
rem_bindingMethod · 0.45

Tested by

no test coverage detected