File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,21 @@ Functions
52
52
Wait for the completion of an asynchronous function that was
53
53
started with start_async().
54
54
55
+ `run_hook`::
56
+
57
+ Run a hook.
58
+ The first argument is a pathname to an index file, or NULL
59
+ if the hook uses the default index file or no index is needed.
60
+ The second argument is the name of the hook.
61
+ The further arguments (up to 9) correspond to the hook arguments.
62
+ The last argument has to be NULL to terminate the arguments list.
63
+ If the hook does not exist or is not executable, the return
64
+ value will be zero.
65
+ If it is executable, the hook will be executed and the exit
66
+ status of the hook is returned.
67
+ On execution, .stdout_to_stderr and .no_stdin will be set.
68
+ (See below.)
69
+
55
70
56
71
Data structures
57
72
---------------
You can’t perform that action at this time.
0 commit comments