1 /** 2 * Reading, writing and executing .desktop file 3 * Authors: 4 * $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov) 5 * Copyright: 6 * Roman Chistokhodov, 2015 7 * License: 8 * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0). 9 * See_Also: 10 * $(LINK2 https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/, Desktop Entry Specification) 11 */ 12 13 module desktopfile; 14 15 public import desktopfile.file; 16 public import desktopfile.utils; 17 public import desktopfile.paths;