Home
last modified time | relevance | path

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

/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dlloptions.c52 static LIST f_notifications=0; /* collection of callbacks for option table changes */ variable
314 remove_listeners(&f_notifications); in term_lloptions()
402 add_listener(&f_notifications, fncptr, 0); in register_notify()
410 delete_listener(&f_notifications, fncptr, 0); in unregister_notify()
418 notify_listeners(&f_notifications); in send_notifications()