summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-desktop-file.c
Commit message (Collapse)AuthorAgeFilesLines
* desktop-file: implement _dbus_desktop_file_get_section()Lennart Poettering2009-10-171-0/+12
| | | | This allows us to iterate through the sections of a desktop file.
* desktop-file: relax validity checks a bitLennart Poettering2009-10-171-3/+5
| | | | | Mnimally change the validity checks for deskto files so that the ConsoleKit database can pass as valid.
* move desktop file parser from bus/ to dbus/Lennart Poettering2009-10-171-0/+799
We want to make use of it for reading the ConsoleKit database which will need to be implemented in dbus/dbus-userdb-util.c, so let's move this to dbus/.