diff options
author | necoro <> | 2007-08-12 04:21:38 +0000 |
---|---|---|
committer | necoro <> | 2007-08-12 04:21:38 +0000 |
commit | ade10e0b8e5571e45cdd4800927c24597e2f7315 (patch) | |
tree | ff2d39f0366a7238366abd3c77b739996ed8937a /doc/Howto_Write_Plugins | |
parent | a6a5cace4864c37b7a820c89540f85069d842521 (diff) | |
download | portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.gz portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.bz2 portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.zip |
added listener/notify
Diffstat (limited to 'doc/Howto_Write_Plugins')
-rw-r--r-- | doc/Howto_Write_Plugins | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Howto_Write_Plugins b/doc/Howto_Write_Plugins index 6c4f97f..9b0e375 100644 --- a/doc/Howto_Write_Plugins +++ b/doc/Howto_Write_Plugins @@ -42,6 +42,7 @@ Sample XML Notes: - If you want to specify a dependency plugin the connect tag has to be like: <connect type = "after"> The other plugin we depend on </connect>. +- The "connect"-tag can be omitted. It then defaults to "<connect type='before' />". - It is possible of course to have more than one "hook" tag. - The options tag is optional. For a complete list of options, see below. |