summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2013-03-06 04:48:24 +0100
committerLinus Walleij <triad@df.lth.se>2013-03-06 04:48:24 +0100
commitcb2794ebf651dc2ce2be074b70432b6e9c839727 (patch)
tree2721f6fbd3ff252ef460be79825588619643400b
parent31e831cb88e8ff74342f49b6ffcaa2ab5bd73a9c (diff)
downloadlibmtp-cb2794ebf651dc2ce2be074b70432b6e9c839727.tar.gz
Move object handlers into the right group
Signed-off-by: Linus Walleij <triad@df.lth.se>
-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 */