summaryrefslogtreecommitdiffstats
path: root/libck-connector/ck-connector.h
Commit message (Collapse)AuthorAgeFilesLines
* fix typoWilliam Jon McCann2008-10-021-1/+1
| | | | Fixes #17741
* add a with_parameters function to connectorWilliam Jon McCann2007-03-051-16/+20
|
* change the connector API a bit + misc analityWilliam Jon McCann2007-02-281-85/+23
| | | | | | | | | | | | I modified the API of the new connector a bit. * include errors * make names a bit more consistent with what they do * have symmetry between open and close * use refcounting * do parameter checking on inputs I also made some changes to whitespace and style. And converted descriptions to gtkdoc style comments.
* add a connector library and (reluctantly) a PAM moduleDavid Zeuthen2007-02-281-0/+122
Here are some patches to add one library and one PAM module so other programs (apart from gdm) can easily interact with ConsoleKit. It's mainly going to be used, I think, by login(1) and xinit(1). I'm not super happy about doing a PAM module but the Fedora util-linux package maintainer seems to be insist on this instead of just patching login(1). The PAM module isn't built by default. Both pieces of code are licensed under the MIT license as god knows what might want to use them. Sounds good to you?