X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fpnd_pxml_names.h;h=39f72d2d87da9684195388bbd25525c6c4d2620f;hb=c491e1fcc48086992f0afac362163f3879c97581;hp=2aef7a422c0f2dc3cee0a70a3bff2391c6e4d987;hpb=9bb87aea87004e19e401cb81a49a13f134930d72;p=pandora-libraries.git diff --git a/include/pnd_pxml_names.h b/include/pnd_pxml_names.h index 2aef7a4..39f72d2 100644 --- a/include/pnd_pxml_names.h +++ b/include/pnd_pxml_names.h @@ -22,6 +22,7 @@ extern "C" { #define PND_PXML_ATTRNAME_EXECSTAL "standalone" #define PND_PXML_ATTRNAME_EXECCMD "command" #define PND_PXML_ATTRNAME_EXECWD "startdir" +#define PND_PXML_ATTRNAME_EXECNOX11 "no_x11" /* */ #define PND_PXML_ENAME_ICON "icon" @@ -86,6 +87,14 @@ extern "C" { #define PND_PXML_ATTRNAME_PACKAGE_NAME "name" #define PND_PXML_ATTRNAME_PACKAGE_DATE "released" +/* + * + * + */ +#define PND_PXML_NODENAME_MKDIR "mkdir" +#define PND_PXML_ENAME_MKDIR "dir" +#define PND_PXML_ATTRNAME_MKDIRPATH "path" + #ifdef __cplusplus } // extern "C" #endif