diff options
Diffstat (limited to 'native/include/android/looper.h')
-rw-r--r-- | native/include/android/looper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/native/include/android/looper.h b/native/include/android/looper.h index a9d8426..24e3967 100644 --- a/native/include/android/looper.h +++ b/native/include/android/looper.h @@ -148,7 +148,8 @@ enum { /** * For callback-based event loops, this is the prototype of the function - * that is called. It is given the file descriptor it is associated with, + * that is called when a file descriptor event occurs. + * It is given the file descriptor it is associated with, * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT), * and the data pointer that was originally supplied. * |