X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=blobdiff_plain;f=include%2Fpnd_discovery.h;fp=include%2Fpnd_discovery.h;h=707e1e1f2fb35af936b701a8781c02c4ca2d4a83;hp=f41d10ab1445025c9ab17467e4f08fe423bdbd10;hb=b9429f66f03f777fbb4c849ac37394106fc1b6af;hpb=1422bd326fa968cedf63c9afd9a4afba51e57abf diff --git a/include/pnd_discovery.h b/include/pnd_discovery.h index f41d10a..707e1e1 100644 --- a/include/pnd_discovery.h +++ b/include/pnd_discovery.h @@ -70,16 +70,6 @@ typedef struct { void pnd_disco_destroy ( pnd_disco_t *p ); // a function name that simply could not be avoided -// emit_dotdesktop() will determine a filename and create a FILENAME.desktop file in the targetpath -// TODO: Copy the icon into this directory as well, if its source is a .pnd or info is in the dico struct -#define PND_DOTDESKTOP_HEADER "[Desktop Entry]" -#define PND_DOTDESKTOP_SOURCE "_Source=libpnd" -unsigned char pnd_emit_dotdesktop ( char *targetpath, char *pndrun, pnd_disco_t *p ); - -// emit_icon() will attempt to copy the icon from a PXML directory, or from a pnd file if appended, -// to the given directory; returns 1 on sucess, otherwise is a fail. -unsigned char pnd_emit_icon ( char *targetpath, pnd_disco_t *p ); - // TODO: A way to release the disco-lists and reclaim RAM :) #ifdef __cplusplus