Fix native_filter documentation (bug 5692, r=me)
Former-commit-id: b44616576fd47ac6742428759b73ef50d5d68f89
This commit is contained in:
parent
de8257d7aa
commit
4e81779adb
|
@ -862,7 +862,7 @@ native dbg_fmt_error(buffer[], maxLength);
|
|||
* if Fun isn't loaded and you use set_user_frags, your plugin will still load. However, if you
|
||||
* attempt to call this native, your filter will intercept it with these parameters:
|
||||
*
|
||||
* public function native_filter(const name[], index)
|
||||
* public function native_filter(const native[], index, trap)
|
||||
* native - name of native
|
||||
* index - index of native
|
||||
* trap - 0 if native couldn't be found, 1 if native use was attempted
|
||||
|
|
Loading…
Reference in New Issue
Block a user