Searched refs:filetypes (Results 1 – 5 of 5) sorted by relevance
123 uint16_t *filetypes; in main() local167 ret = LIBMTP_Get_Supported_Filetypes(device, &filetypes, &filetypes_len); in main()173 fprintf(stdout, " %s\n", LIBMTP_Get_Filetype_Description(filetypes[i])); in main()
76 ### todo how to add more filetypes
62 * The filetypes defined here are the external types used117 * For filetypes that can be either audio136 * For filetypes that can be either audio
3651 int LIBMTP_Get_Supported_Filetypes(LIBMTP_mtpdevice_t *device, uint16_t ** const filetypes, in LIBMTP_Get_Supported_Filetypes() argument3684 *filetypes = localtypes; in LIBMTP_Get_Supported_Filetypes()
277 filetypes.1878 * examples/pathutils.c: reflect new filetypes.2483 filetypes. 2602 * examples/sendfile.c: fixes some more filetypes.