aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-16 22:19:27 +0100
committercbdev <cb@cbcdn.com>2020-03-16 22:19:27 +0100
commit846a49199ba011a00e4814bacac524a6fe9b299a (patch)
treee8b9231d634755999eb76e0ce3ee9e7ebfed2257 /midimonster.h
parent6da00154f7745a4705047fc73ce42b7036b0bbdc (diff)
downloadmidimonster-846a49199ba011a00e4814bacac524a6fe9b299a.tar.gz
midimonster-846a49199ba011a00e4814bacac524a6fe9b299a.tar.bz2
midimonster-846a49199ba011a00e4814bacac524a6fe9b299a.zip
Hash-index event routing table
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/midimonster.h b/midimonster.h
index dc0e255..61467c1 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -247,6 +247,8 @@ MM_API channel* mm_channel(instance* i, uint64_t ident, uint8_t create);
* Register (manage = 1) or unregister (manage = 0) a file descriptor
* to be selected on. The backend will be notified when the descriptor
* becomes ready to read via its registered mmbackend_process_fd call.
+ * The `impl` argument will be provided within the corresponding
+ * managed_fd structure upon callback.
*/
MM_API int mm_manage_fd(int fd, char* backend, int manage, void* impl);