summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-desktop-file.h
Commit message (Collapse)AuthorAgeFilesLines
* desktop-file: implement _dbus_desktop_file_changed()Lennart Poettering2009-10-171-0/+3
| | | | | _dbus_desktop_file_changed() can be used if the file changed since it was read. (by comparing the mtime back then and now)
* desktop-file: implement _dbus_desktop_file_get_section()Lennart Poettering2009-10-171-0/+3
| | | | This allows us to iterate through the sections of a desktop file.
* move desktop file parser from bus/ to dbus/Lennart Poettering2009-10-171-0/+49
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/.