diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 50 |
1 files changed, 25 insertions, 25 deletions
@@ -1,30 +1,30 @@ -Extension [ <persistent> extension #89 inotify version 3.0.1 ] { +Extension [ <persistent> extension #86 inotify version 3.0.1 ] { - Constants [24] { - Constant [ int IN_ACCESS ] { 1 } - Constant [ int IN_MODIFY ] { 2 } - Constant [ int IN_ATTRIB ] { 4 } - Constant [ int IN_CLOSE_WRITE ] { 8 } - Constant [ int IN_CLOSE_NOWRITE ] { 16 } - Constant [ int IN_OPEN ] { 32 } - Constant [ int IN_MOVED_FROM ] { 64 } - Constant [ int IN_MOVED_TO ] { 128 } - Constant [ int IN_CREATE ] { 256 } - Constant [ int IN_DELETE ] { 512 } - Constant [ int IN_DELETE_SELF ] { 1024 } - Constant [ int IN_MOVE_SELF ] { 2048 } - Constant [ int IN_UNMOUNT ] { 8192 } - Constant [ int IN_Q_OVERFLOW ] { 16384 } - Constant [ int IN_IGNORED ] { 32768 } - Constant [ int IN_CLOSE ] { 24 } - Constant [ int IN_MOVE ] { 192 } - Constant [ int IN_ALL_EVENTS ] { 4095 } - Constant [ int IN_ONLYDIR ] { 16777216 } - Constant [ int IN_DONT_FOLLOW ] { 33554432 } - Constant [ int IN_MASK_ADD ] { 536870912 } - Constant [ int IN_ISDIR ] { 1073741824 } - Constant [ int IN_ONESHOT ] { 2147483648 } - Constant [ int IN_EXCL_UNLINK ] { 67108864 } + Constant [ <persistent> int IN_ACCESS ] { 1 } + Constant [ <persistent> int IN_MODIFY ] { 2 } + Constant [ <persistent> int IN_ATTRIB ] { 4 } + Constant [ <persistent> int IN_CLOSE_WRITE ] { 8 } + Constant [ <persistent> int IN_CLOSE_NOWRITE ] { 16 } + Constant [ <persistent> int IN_OPEN ] { 32 } + Constant [ <persistent> int IN_MOVED_FROM ] { 64 } + Constant [ <persistent> int IN_MOVED_TO ] { 128 } + Constant [ <persistent> int IN_CREATE ] { 256 } + Constant [ <persistent> int IN_DELETE ] { 512 } + Constant [ <persistent> int IN_DELETE_SELF ] { 1024 } + Constant [ <persistent> int IN_MOVE_SELF ] { 2048 } + Constant [ <persistent> int IN_UNMOUNT ] { 8192 } + Constant [ <persistent> int IN_Q_OVERFLOW ] { 16384 } + Constant [ <persistent> int IN_IGNORED ] { 32768 } + Constant [ <persistent> int IN_CLOSE ] { 24 } + Constant [ <persistent> int IN_MOVE ] { 192 } + Constant [ <persistent> int IN_ALL_EVENTS ] { 4095 } + Constant [ <persistent> int IN_ONLYDIR ] { 16777216 } + Constant [ <persistent> int IN_DONT_FOLLOW ] { 33554432 } + Constant [ <persistent> int IN_MASK_ADD ] { 536870912 } + Constant [ <persistent> int IN_ISDIR ] { 1073741824 } + Constant [ <persistent> int IN_ONESHOT ] { 2147483648 } + Constant [ <persistent> int IN_EXCL_UNLINK ] { 67108864 } } - Functions { |
