Searched defs:pcomposer (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/examples/
H A Dsendtr.c164 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *ptitle, char *pgenre, char *palbum, char *pcomposer, uint16_t tracknum, uint16_t length, uint16_t year, uint32_t storageid) argument
222 if (pcomposer == NULL) {
223 pcomposer = prompt("Writer or Composer", composer, 80, 0);
225 if (!strlen(pcomposer))
226 pcomposer = NULL;
289 if (pcomposer) {
290 printf("Writer or Composer: %s\n", pcomposer);
291 trackmeta->composer = strdup(pcomposer);
292 albuminfo->composer = strdup(pcomposer);
378 char *pcomposer local
[all...]

Completed in 1389 milliseconds