table of contents
other versions
- buster 1.1.16-2
- testing 1.1.17-3
- unstable 1.1.17-3
- experimental 1.1.18-1
LIBMTP_device_extension_struct(3) | libmtp | LIBMTP_device_extension_struct(3) |
NAME¶
libmtp -SYNOPSIS¶
#include <libmtp.h>
Data Fields¶
char * name
int major
int minor
LIBMTP_device_extension_t * next
Detailed Description¶
MTP device extension holder structField Documentation¶
int LIBMTP_device_extension_struct::major¶
Major revision of extensionReferenced by LIBMTP_Dump_Device_Info().
int LIBMTP_device_extension_struct::minor¶
Minor revision of extensionReferenced by LIBMTP_Dump_Device_Info().
char* LIBMTP_device_extension_struct::name¶
Name of extension e.g. 'foo.com'Referenced by LIBMTP_Dump_Device_Info().
LIBMTP_device_extension_t* LIBMTP_device_extension_struct::next¶
Pointer to the next extension or NULL if this is the last extension.Referenced by LIBMTP_Dump_Device_Info().
Author¶
Generated automatically by Doxygen for libmtp from the source code.Sat Feb 9 2019 | Version 1.1.16 |