summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nx_eventnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxmu/nx_eventnotify.c')
-rw-r--r--nuttx/graphics/nxmu/nx_eventnotify.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/graphics/nxmu/nx_eventnotify.c b/nuttx/graphics/nxmu/nx_eventnotify.c
index 9432f3361..e722c0dce 100644
--- a/nuttx/graphics/nxmu/nx_eventnotify.c
+++ b/nuttx/graphics/nxmu/nx_eventnotify.c
@@ -84,6 +84,9 @@
* client can then call nv_eventhandler() only when incoming events are
* available.
*
+ * Only one such event is issued. Upon receipt of the signal, if the client
+ * wishes further notifications, it must call nx_eventnotify again.
+ *
* Input Parameters:
* handle - the handle returned by nx_connect
*