(7) add set_signal_handlers() to bind functions during init
authorkremlin <ian@kremlin.cc>
Tue, 5 Aug 2014 02:37:30 +0000 (21:37 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 5 Aug 2014 02:37:30 +0000 (21:37 -0500)
commit2ef2cfe10db118edc44aaea13d4af130aef77083
treefce330f16f7b2bccf1e4cab14892e774f3943055
parent712eb32987872a6515e956246c0695fda032eb98
(7) add set_signal_handlers() to bind functions during init

this function calls attached the ones from the previous commit to the
GLib runtime properly. since we are working solely in the default context
(in terms on the GMainLoop) we are guaranteed the attached functions will
only run once.
src/interfaces/localed/localed.c
src/interfaces/logind/logind.c
src/interfaces/timedated/timedated.c