Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Side by Side Diff: src/libmtp.sym

Issue 898023002: Add LIBMTP_Get_Thumbnail_Format to get thumbnail format of a file. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Change unsigned int to uint16_t. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/libmtp.c ('k') | src/libmtp.h.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 LIBMTP_Set_Debug 1 LIBMTP_Set_Debug
2 LIBMTP_Init 2 LIBMTP_Init
3 LIBMTP_Get_Supported_Devices_List 3 LIBMTP_Get_Supported_Devices_List
4 LIBMTP_Detect_Raw_Devices 4 LIBMTP_Detect_Raw_Devices
5 LIBMTP_Check_Specific_Device 5 LIBMTP_Check_Specific_Device
6 LIBMTP_Open_Raw_Device 6 LIBMTP_Open_Raw_Device
7 LIBMTP_Open_Raw_Device_Uncached 7 LIBMTP_Open_Raw_Device_Uncached
8 LIBMTP_Get_First_Device 8 LIBMTP_Get_First_Device
9 LIBMTP_Get_Connected_Devices 9 LIBMTP_Get_Connected_Devices
10 LIBMTP_Number_Devices_In_List 10 LIBMTP_Number_Devices_In_List
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 LIBMTP_Create_New_Album 96 LIBMTP_Create_New_Album
97 LIBMTP_Update_Album 97 LIBMTP_Update_Album
98 LIBMTP_Delete_Object 98 LIBMTP_Delete_Object
99 LIBMTP_Set_File_Name 99 LIBMTP_Set_File_Name
100 LIBMTP_Set_Folder_Name 100 LIBMTP_Set_Folder_Name
101 LIBMTP_Set_Track_Name 101 LIBMTP_Set_Track_Name
102 LIBMTP_Set_Playlist_Name 102 LIBMTP_Set_Playlist_Name
103 LIBMTP_Set_Album_Name 103 LIBMTP_Set_Album_Name
104 LIBMTP_Set_Object_Filename 104 LIBMTP_Set_Object_Filename
105 LIBMTP_Get_Thumbnail 105 LIBMTP_Get_Thumbnail
106 LIBMTP_Get_Thumbnail_Format
106 LIBMTP_Read_Event 107 LIBMTP_Read_Event
OLDNEW
« no previous file with comments | « src/libmtp.c ('k') | src/libmtp.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698