summaryrefslogtreecommitdiff
path: root/src/ck-job.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-21fix: remove warnings about redundant function declarationsEric Koegel1-2/+0
2014-10-05Set source id to 0 after calling g_source_removeEric Koegel1-0/+2
Avoids some GLIB-Critical runtime messages by properly resetting the source id variables after removing the source. Patch provided by Manfred Hampl.
2008-04-19fix the script to work with recent dbus-python api changesWilliam Jon McCann1-1/+0
2007-08-25First attempt a making ConsoleKit work on FreeBSDFlorent Thoumie1-0/+1
- Add some ifdef's to make the code compile. - Add ck-sysdeps-freebsd.c, based on the Linux version, which means it's using linprocfs right now. Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
2007-08-07don't use stderr or stdout as variable namesWilliam Jon McCann1-11/+11
2007-04-03add a glib message to syslog handlerWilliam Jon McCann1-11/+10
Also add ability to toggle debugging when SIGUSR1 is received.
2007-03-05use an async job to collect session infoWilliam Jon McCann1-0/+392
Use an async helper job to collect session info for the OpenSession() method.