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

Unified Diff: src/libmtp.h.in

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/libmtp.sym ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libmtp.h.in
diff --git a/src/libmtp.h.in b/src/libmtp.h.in
index b49d4490fb1e828cc29d8b5340ca08a2143aa17c..2b2f0bbc403ebc00a2b6aa819b85f31063a7545d 100644
--- a/src/libmtp.h.in
+++ b/src/libmtp.h.in
@@ -875,6 +875,10 @@ LIBMTP_file_t *LIBMTP_Get_Filelisting_With_Callback(LIBMTP_mtpdevice_t *,
LIBMTP_file_t * LIBMTP_Get_Files_And_Folders(LIBMTP_mtpdevice_t *,
uint32_t const,
uint32_t const);
+int LIBMTP_Get_Children(LIBMTP_mtpdevice_t *,
+ uint32_t const,
+ uint32_t const,
+ uint32_t**);
LIBMTP_file_t *LIBMTP_Get_Filemetadata(LIBMTP_mtpdevice_t *, uint32_t const);
int LIBMTP_Get_File_Chunk(LIBMTP_mtpdevice_t*, uint32_t, uint32_t, uint32_t,
unsigned char**, uint32_t*);
« no previous file with comments | « src/libmtp.sym ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698