summaryrefslogtreecommitdiff
path: root/obt/ddparse.h
AgeCommit message (Collapse)Author
2010-06-03parse app Categories better. parse a list of strings into a gchar**Dana Jansens
2010-06-03improved .desktop parsing.Dana Jansens
properly (and quickly) check for existence of required keys figure out what an app can open from its exec key validate the %fields in an app's exec key
2010-05-21parse OnlyShowIn/NotShowInDana Jansens
2010-03-29parse some of the .desktop stuff into an ObtLink structureDana Jansens
localized names still don't work. most of the app-specific stuff isn't done yet. categories aren't handled yet (to only show in/not show in some category)
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