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

Method fini

plugins/window-rules/window-rules.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void wayfire_window_rules_t::fini()
88{
89 _lambda_registrations->window_rule_instances--;
90 if (_lambda_registrations->window_rule_instances == 0)
91 {
92 wf::get_core().erase_data<wf::lambda_rules_registrations_t>();
93 }
94}
95
96void wayfire_window_rules_t::apply(const std::string & signal, wayfire_view view)
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected