summaryrefslogtreecommitdiff
path: root/src/libmtp.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmtp.h.in')
-rw-r--r--src/libmtp.h.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/libmtp.h.in b/src/libmtp.h.in
index 4a15ce7..de5680a 100644
--- a/src/libmtp.h.in
+++ b/src/libmtp.h.in
@@ -1006,14 +1006,6 @@ int LIBMTP_Set_Album_Name(LIBMTP_mtpdevice_t *, LIBMTP_album_t *, const char *);
*/
int LIBMTP_Delete_Object(LIBMTP_mtpdevice_t *, uint32_t);
int LIBMTP_Set_Object_Filename(LIBMTP_mtpdevice_t *, uint32_t , char *);
-
-/**
- * @}
- * @defgroup files The events API.
- * @{
- */
-int LIBMTP_Read_Event(LIBMTP_mtpdevice_t *, LIBMTP_event_t *, uint32_t *);
-
int LIBMTP_GetPartialObject(LIBMTP_mtpdevice_t *, uint32_t const,
uint64_t, uint32_t,
unsigned char **, unsigned int *);
@@ -1023,6 +1015,13 @@ int LIBMTP_BeginEditObject(LIBMTP_mtpdevice_t *, uint32_t const);
int LIBMTP_EndEditObject(LIBMTP_mtpdevice_t *, uint32_t const);
int LIBMTP_TruncateObject(LIBMTP_mtpdevice_t *, uint32_t const, uint64_t);
+/**
+ * @}
+ * @defgroup files The events API.
+ * @{
+ */
+int LIBMTP_Read_Event(LIBMTP_mtpdevice_t *, LIBMTP_event_t *, uint32_t *);
+
/** @} */
/* End of C++ exports */