Add a new ObtLink type, which is going to be a generalization of a .desktop entry.
authorDana Jansens <danakj@orodu.net>
Fri, 26 Mar 2010 01:10:45 +0000 (21:10 -0400)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Mar 2010 01:11:15 +0000 (21:11 -0400)
commit0d90bd57abe304ffca4bf5cd1a647d30dea882b7
tree098011cf34842ab8f99e73d5dc5a40116ed844ec
parentfbc0597d3fc6c25cec703306fdd10572631030ed
Add a new ObtLink type, which is going to be a generalization of a .desktop 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
Makefile.am
obt/ddparse.c [moved from obt/ddfile.c with 72% similarity]
obt/ddparse.h [new file with mode: 0644]
obt/link.c [new file with mode: 0644]
obt/link.h [moved from obt/ddfile.h with 56% similarity]