summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 7c29461396cf00e62a95739b59be9e8f8f4d5b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Extension [ <persistent> extension #117 inotify version 3.0.0 ] {

  - Constants [23] {
    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 }
  }

  - Functions {
    Function [ <internal:inotify> function inotify_init ] {

      - Parameters [0] {
      }
    }
    Function [ <internal:inotify> function inotify_add_watch ] {

      - Parameters [3] {
        Parameter #0 [ <required> $inotify_instance ]
        Parameter #1 [ <required> $pathname ]
        Parameter #2 [ <required> $mask ]
      }
    }
    Function [ <internal:inotify> function inotify_rm_watch ] {

      - Parameters [2] {
        Parameter #0 [ <required> $inotify_instance ]
        Parameter #1 [ <required> $mask ]
      }
    }
    Function [ <internal:inotify> function inotify_queue_len ] {

      - Parameters [1] {
        Parameter #0 [ <required> $inotify_instance ]
      }
    }
    Function [ <internal:inotify> function inotify_read ] {

      - Parameters [1] {
        Parameter #0 [ <required> $inotify_instance ]
      }
    }
  }
}