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

Side by Side Diff: src/libmtp.sym

Issue 365823004: Add LIBMTP_Get_Children() to read the list of raw IDs of a folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp.git@master
Patch Set: Created 6 years, 5 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 30 matching lines...) Expand all
41 LIBMTP_Get_Property_Description 41 LIBMTP_Get_Property_Description
42 LIBMTP_Is_Property_Supported 42 LIBMTP_Is_Property_Supported
43 LIBMTP_Get_Allowed_Property_Values 43 LIBMTP_Get_Allowed_Property_Values
44 LIBMTP_destroy_allowed_values_t 44 LIBMTP_destroy_allowed_values_t
45 LIBMTP_new_file_t 45 LIBMTP_new_file_t
46 LIBMTP_destroy_file_t 46 LIBMTP_destroy_file_t
47 LIBMTP_Get_Filetype_Description 47 LIBMTP_Get_Filetype_Description
48 LIBMTP_Get_Filelisting 48 LIBMTP_Get_Filelisting
49 LIBMTP_Get_Filelisting_With_Callback 49 LIBMTP_Get_Filelisting_With_Callback
50 LIBMTP_Get_Files_And_Folders 50 LIBMTP_Get_Files_And_Folders
51 LIBMTP_Get_Children
51 LIBMTP_Get_Filemetadata 52 LIBMTP_Get_Filemetadata
52 LIBMTP_Get_File_Chunk 53 LIBMTP_Get_File_Chunk
53 LIBMTP_Get_File_To_File 54 LIBMTP_Get_File_To_File
54 LIBMTP_Get_File_To_File_Descriptor 55 LIBMTP_Get_File_To_File_Descriptor
55 LIBMTP_Get_File_To_Handler 56 LIBMTP_Get_File_To_Handler
56 LIBMTP_Send_File_From_File 57 LIBMTP_Send_File_From_File
57 LIBMTP_Send_File_From_File_Descriptor 58 LIBMTP_Send_File_From_File_Descriptor
58 LIBMTP_Send_File_From_Handler 59 LIBMTP_Send_File_From_Handler
59 LIBMTP_new_filesampledata_t 60 LIBMTP_new_filesampledata_t
60 LIBMTP_destroy_filesampledata_t 61 LIBMTP_destroy_filesampledata_t
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 LIBMTP_Update_Album 97 LIBMTP_Update_Album
97 LIBMTP_Delete_Object 98 LIBMTP_Delete_Object
98 LIBMTP_Set_File_Name 99 LIBMTP_Set_File_Name
99 LIBMTP_Set_Folder_Name 100 LIBMTP_Set_Folder_Name
100 LIBMTP_Set_Track_Name 101 LIBMTP_Set_Track_Name
101 LIBMTP_Set_Playlist_Name 102 LIBMTP_Set_Playlist_Name
102 LIBMTP_Set_Album_Name 103 LIBMTP_Set_Album_Name
103 LIBMTP_Set_Object_Filename 104 LIBMTP_Set_Object_Filename
104 LIBMTP_Get_Thumbnail 105 LIBMTP_Get_Thumbnail
105 LIBMTP_Read_Event 106 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