summaryrefslogtreecommitdiff
path: root/src/ck-inhibit.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-29Merge pull request #122 from rnagy/who_argAntoine Jacoutot1-2/+2
2020-11-29get_named_pipe_path does not require the 'who' argument anymoreRobert Nagy1-2/+2
2020-11-29change the inhibitor lock handling to use the named_pipe_path as a referenceRobert Nagy1-0/+15
2017-05-21fix: remove warnings about redundant function declarationsEric Koegel1-2/+0
2017-05-06Fix ref count warning messages in ck-inhibitEric Koegel1-13/+7
2017-05-04Prevent a use-after-free in while emitting signal changesEric Koegel1-1/+16
2015-06-21Add new DBUS method: ListInhibitorsEric Koegel1-5/+118
2015-06-07Add "mode" to the inhibit callEric Koegel1-17/+121
2015-04-13Add a test-manager programEric Koegel1-1/+1
2014-12-08Add --with-rundir configure flagRobby Workman1-6/+6
2014-11-02Don't tie the inhibit locks to the who stringEric Koegel1-17/+34
2014-10-21Escape the who string before using itEric Koegel1-1/+24
2014-10-19g_return_val_if_fail can't be used in void functionEric Koegel1-1/+1
2014-10-19Make the inhibit locks inhibit the actionsEric Koegel1-1/+1
2014-10-19Inhibit Manager now emits event changed signalsEric Koegel1-2/+9
2014-10-18Fill in the inhibit manager someEric Koegel1-19/+45
2014-10-17Emit signals on inhibit changesEric Koegel1-2/+116
2014-10-15Use g_io_add_watch for the named pipeEric Koegel1-5/+7
2014-10-14Parse the what portion for inhibitEric Koegel1-9/+162
2014-10-14Add some tests for inhibit locksEric Koegel1-6/+91
2014-10-14More inhibit workEric Koegel1-24/+94
2014-10-13Start working on the inhibit filesEric Koegel1-0/+169