| 85 | } |
| 86 | |
| 87 | void 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 | |
| 96 | void wayfire_window_rules_t::apply(const std::string & signal, wayfire_view view) |
| 97 | { |
nothing calls this directly
no outgoing calls
no test coverage detected