.TH "LIBMTP_device_extension_struct" 3 "Sun Apr 16 2017" "Version 1.1.13" "libmtp" \" -*- nroff -*- .ad l .nh .SH NAME libmtp \- .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "char * \fBname\fP" .br .ti -1c .RI "int \fBmajor\fP" .br .ti -1c .RI "int \fBminor\fP" .br .ti -1c .RI "\fBLIBMTP_device_extension_t\fP * \fBnext\fP" .br .in -1c .SH "Detailed Description" .PP MTP device extension holder struct .SH "Field Documentation" .PP .SS "int LIBMTP_device_extension_struct::major" Major revision of extension .PP Referenced by LIBMTP_Dump_Device_Info()\&. .SS "int LIBMTP_device_extension_struct::minor" Minor revision of extension .PP Referenced by LIBMTP_Dump_Device_Info()\&. .SS "char* LIBMTP_device_extension_struct::name" Name of extension e\&.g\&. 'foo\&.com' .PP Referenced by LIBMTP_Dump_Device_Info()\&. .SS "\fBLIBMTP_device_extension_t\fP* LIBMTP_device_extension_struct::next" Pointer to the next extension or NULL if this is the last extension\&. .PP Referenced by LIBMTP_Dump_Device_Info()\&. .SH "Author" .PP Generated automatically by Doxygen for libmtp from the source code\&.