summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2017-05-22chore: update ck-list-sessions man pageEric Koegel1-2/+36
For new properies output by the program.
2017-05-21feat: add a session-state property and methodEric Koegel1-0/+1
CK2 will change this property dynamically depending on if the session is active or online. At some point we may also provide the "closing" state as well but it's currently unused. This property maps to the logind state.
2017-05-21feat: Add session-class dbus property and get methodEric Koegel1-1/+2
This adds a session-class property to the CK2 Session. It maps to the class property of logind.
2017-05-21feat: introduce libconsolekitEric Koegel6-1/+174
Create a libconsolekit helper library for developers to ease working with ConsoleKit2. The library is exported using GObject Introspection so there's bindings to other languages.
2016-03-20Improve documentation for XDG_RUNTIME_DIREric Koegel1-0/+13
1) Add what it may fail with and when it was added to the docs. 2) Add a description to the man page. 3) Add it to the ck-list-sessions output
2014-12-08Add --with-rundir configure flagRobby Workman1-1/+1
This allows use of /run on tmpfs instead of /var/run without downstream symlink magic or patches.
2014-10-12Update docsEric Koegel3-9/+32
2014-10-07ConsoleKit needs manpagesBrian Cameron5-0/+962
This patch adds man pages for the binaries it ships to /usr/bin and /usr/sbin. https://github.com/ConsoleKit2/ConsoleKit2/issues/4 https://bugs.freedesktop.org/show_bug.cgi?id=24824
2009-09-24update email addressWilliam Jon McCann1-2/+1
2009-09-24Update for releaseWilliam Jon McCann1-0/+1
2009-07-21Reference entities relative to srcdir not cwdRay Strode1-6/+6
The docs were failing to build when srcdir != builddir because ConsoleKit.xml was ending up in builddir and all its entities are in srcdir. This commit makes ConsoleKit.xml load the entities from srcdir, which fixes make distcheck.
2009-07-16fix a bunch of xml validation errorsWilliam Jon McCann3-60/+75
https://bugs.freedesktop.org/show_bug.cgi?id=20232
2008-07-30fix path in includesWilliam Jon McCann1-6/+6
2008-07-30reorganize the docs a bitWilliam Jon McCann13-62/+53
2008-07-24pull updated DTD and xsl from DeviceKit-disksWilliam Jon McCann2-34/+141
2008-07-24fix distcheckWilliam Jon McCann2-1/+2
2008-07-24still having problems using xincludeWilliam Jon McCann2-11/+17
2008-07-23fix the includesWilliam Jon McCann3-19/+10
2008-07-23add missing bitsWilliam Jon McCann2-0/+25
2008-07-23use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann13-1617/+3
At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces.
2008-07-22regenerate the docs and xml from the specWilliam Jon McCann1-1/+5
2008-07-22add GetLoginSessionId to exported interfaceWilliam Jon McCann1-0/+13
2008-06-11fix UnixUser to be uintWilliam Jon McCann2-6/+6
Pointed out by Lennart Poettering
2008-01-23add GetSessions method to Manager interfaceWilliam Jon McCann2-1/+26
2008-01-22initial stop/restart supportWilliam Jon McCann2-2/+26
Add Stop and Restart methods to the Manager object. We'll rename the Manager object to System in the near future. Use libpolkit to determine authorization.
2007-08-17oops add docs for new seat interfacesWilliam Jon McCann2-10/+64
2007-04-05use inotify to detect activity on tty when possibleWilliam Jon McCann1-0/+1
2007-04-03bump the ac_prereq and use the docdir varWilliam Jon McCann1-1/+1
2007-03-19add CanActivateSessions to Seat interfaceWilliam Jon McCann3-5/+28
And associated documentation and added to test-fus.
2007-03-15more typos in docsWilliam Jon McCann1-2/+2
2007-03-15typoWilliam Jon McCann1-1/+1
2007-03-14add some more docsWilliam Jon McCann3-4/+213
2007-03-14add missing instead attributeWilliam Jon McCann1-0/+1
2007-03-14don't include the generated html in gitWilliam Jon McCann2-318/+0
2007-03-13missed a namespace on the permission tagWilliam Jon McCann3-70/+70
2007-03-13updated doc dtdWilliam Jon McCann2-65/+65
2007-03-13deprecate the user properties and add unix-user propertiesWilliam Jon McCann7-78/+222
Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
2007-03-13add more doc stubsWilliam Jon McCann6-57/+108
2007-03-13convert to utf8 and xhtml outputWilliam Jon McCann3-62/+64
Seems to fix some problems with invalid characters showing up.
2007-03-13add the last bits of spec frameworkWilliam Jon McCann20-741/+1821
The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml.
2007-03-10regenerate docsWilliam Jon McCann2-54/+54
2007-03-10add the generated doc htmlWilliam Jon McCann2-1/+96
2007-03-09add a few more parameters to session idlWilliam Jon McCann1-1/+89
2007-03-09add a tool to autogenerate dbus object ref docsWilliam Jon McCann10-152/+859
I hope I didn't reinvent a wheel but it seems to work much better than hand coding these refentries. Still need to add support for comments and actual descriptions ala gtk-doc.
2007-03-08tweak the css for the docsWilliam Jon McCann2-15/+66
2007-03-08add a stub for docbook documentationWilliam Jon McCann9-0/+305