Home
last modified time | relevance | path

Searched refs:notif_criteria (Results 1 – 3 of 3) sorted by relevance

/dports/x11/mako/mako-1.6/
H A Dnotification.c107 struct mako_criteria *notif_criteria = create_criteria_from_notification( in close_notification() local
109 if (notif_criteria) { in close_notification()
110 group_notifications(notif->state, notif_criteria); in close_notification()
111 destroy_criteria(notif_criteria); in close_notification()
166 struct mako_criteria *notif_criteria = create_criteria_from_notification( in close_group_notifications() local
171 if (match_criteria(notif_criteria, notif)) { in close_group_notifications()
176 destroy_criteria(notif_criteria); in close_group_notifications()
/dports/x11/mako/mako-1.6/dbus/
H A Dmako.c291 struct mako_criteria *notif_criteria = create_criteria_from_notification( in reapply_config() local
293 if (!notif_criteria) { in reapply_config()
296 group_notifications(state, notif_criteria); in reapply_config()
297 free(notif_criteria); in reapply_config()
H A Dxdg.c423 struct mako_criteria *notif_criteria = create_criteria_from_notification( in handle_notify() local
425 if (!notif_criteria) { in handle_notify()
429 group_notifications(state, notif_criteria); in handle_notify()
430 destroy_criteria(notif_criteria); in handle_notify()