Yedidyah Bar David has uploaded a new change for review. Change subject: doc: Fix comment of event decorator ......................................................................
doc: Fix comment of event decorator Change-Id: I17c819eea3f5910aa2c4e8ed4a68d99e1d336676 Signed-off-by: Yedidyah Bar David <[email protected]> --- M src/otopi/plugin.py 1 file changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/43/16243/1 diff --git a/src/otopi/plugin.py b/src/otopi/plugin.py index 76f3975..6b24821 100644 --- a/src/otopi/plugin.py +++ b/src/otopi/plugin.py @@ -242,11 +242,11 @@ """Decoration to specify sequence event method. Keyword arguments: - name -- name of stage. - stage -- stage out of Stages.STAGE_*. - before -- place before plugin. - after -- place after plugin. - priority -- priority out of Stages.PRIORITY_*. + name -- give this event a name. Used with before and after. + stage -- stage to place this even in. One of Stages.STAGE_*. + before=EVENTNAMESLIST -- place this event before the events with names EVENTNAMESLIST. + after -- place this event after the events with names EVENTNAMESLIST. + priority -- priority to place this event in. One of Stages.PRIORITY_*. condition -- optional condition function. """ -- To view, visit http://gerrit.ovirt.org/16243 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I17c819eea3f5910aa2c4e8ed4a68d99e1d336676 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
