(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)
commit34d88d96dc0e87a773bee8ea959d43074195af68
treefce330f16f7b2bccf1e4cab14892e774f3943055
parenta6e4b32c811a567443234a11ffdb99ec517060be
(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