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

Unified Diff: src/libmtp.h.in

Issue 11358153: Update libmtp from pre 1.1.4 git to 1.1.5 release. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: disable mptz Created 8 years, 1 month 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
« config.h ('K') | « src/libmtp.sym ('k') | src/libopenusb1-glue.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libmtp.h.in
===================================================================
--- src/libmtp.h.in (revision 166547)
+++ src/libmtp.h.in (working copy)
@@ -65,6 +65,8 @@
/**
* The debug flags defined here are the external flags used
* by the libmtp library interface.
+ *
+ * Please keep this list in sync with libmtp.c.
*/
#define LIBMTP_DEBUG_NONE 0x00
#define LIBMTP_DEBUG_PTP 0x01
@@ -768,6 +770,7 @@
*/
enum LIBMTP_event_enum {
LIBMTP_EVENT_NONE,
+ LIBMTP_EVENT_STORE_ADDED,
};
typedef enum LIBMTP_event_enum LIBMTP_event_t;
@@ -913,6 +916,8 @@
LIBMTP_filesampledata_t *);
int LIBMTP_Get_Representative_Sample(LIBMTP_mtpdevice_t *, uint32_t const,
LIBMTP_filesampledata_t *);
+int LIBMTP_Get_Thumbnail(LIBMTP_mtpdevice_t *, uint32_t const,
+ unsigned char **data, unsigned int *size);
/**
* @}
@@ -1008,7 +1013,7 @@
* @defgroup files The events API.
* @{
*/
-int LIBMTP_Read_Event(LIBMTP_mtpdevice_t *, LIBMTP_event_t *);
+int LIBMTP_Read_Event(LIBMTP_mtpdevice_t *, LIBMTP_event_t *, uint32_t *);
/** @} */
« config.h ('K') | « src/libmtp.sym ('k') | src/libopenusb1-glue.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698