.TH "LIBMTP_device_extension_struct" 3 "Thu Sep 11 2014" "Version 1.1.8" "libmtp" \" -*- nroff -*- .ad l .nh .SH NAME libmtp \- LIBMTP_device_extension_struct .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(), LIBMTP_Open_Raw_Device_Uncached(), and LIBMTP_Release_Device()\&. .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(), LIBMTP_Open_Raw_Device_Uncached(), and LIBMTP_Release_Device()\&. .SH "Author" .PP Generated automatically by Doxygen for libmtp from the source code\&.