summaryrefslogtreecommitdiff
path: root/obt/ddfile.h
AgeCommit message (Collapse)Author
2010-03-25Add a new ObtLink type, which is going to be a generalization of a .desktop ↵Dana Jansens
entry. Move the .desktop file parsing details into obt/ddparse.c, which generates some hash tables holding the data of the file. Add a new obt/link.c which will build an ObtLink from a parsed .desktop file, and may support other ways to create these links in the unforseeable future
2010-03-25make enum values match numbers in the spec, and make the .desktop file ↵Dana Jansens
reader function take a list of paths to look for the file in
2010-02-16Add skeleton for start of dot-desktop-file parserDana Jansens