internals(3) | libmtp | internals(3) |
libmtp - internals
void LIBMTP_Set_Debug (int)
void LIBMTP_Init (void)
int LIBMTP_Get_Supported_Devices_List (LIBMTP_device_entry_t
**const, int *const)
Get a list of the supported USB devices.
The developers depend on users of this library to constantly add in to the list of supported devices. What we need is the device name, USB Vendor ID (VID) and USB Product ID (PID). put this into a bug ticket at the project homepage, please. The VID/PID is used to let e.g. udev lift the device to console userspace access when it's plugged in.
Parameters
Returns
Initialize the library. You are only supposed to call this one, before using the library for the first time in a program. Never re-initialize libmtp!
The only thing this does at the moment is to initialise the filetype mapping table, as well as load MTPZ data if necessary.
References LIBMTP_Set_Debug().
Set the debug level.
By default, the debug level is set to '0' (disable).
References LIBMTP_debug.
Referenced by LIBMTP_Init().
Generated automatically by Doxygen for libmtp from the source code.
Fri Jul 22 2022 | Version 1.1.20 |