summaryrefslogtreecommitdiff
path: root/src/unix_signal.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-22Add License header to source filesBenjamin Franzke1-0/+18
2011-10-20g_unix_signal: Remove g_ prefix to not collide with glibBenjamin Franzke1-0/+14
There is a g_unix_signal_new function in glib as well now, but that is only allowed to be used for SIGINT, SIGHUP and SIGTERM, so we have to stay with our own.