X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=EVENTS.txt;h=a8a77390f6c2ccfbcc45a55593d8c5df2b42445c;hb=48f33f781a91db7178a4f5046885a74dc484e629;hp=d989557e64713360adeb986da99d467f0dfb3c64;hpb=9ef05030fe623f18c64f9d24da1ebff04cf6cb62;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index d989557e64..a8a77390f6 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -458,3 +458,19 @@ StartProfileListItemActionElements: Showing the profile list actions (prepend a EndProfileListItemActionElements: Showing profile list actions (append a button here) - $item: ProfileListItem widget + +StartUserXRDS: Start XRDS output (right after the opening XRDS tag) +- $action: the current action +- &$xrdsoutputter - XRDSOutputter object to write to + +EndUserXRDS: End XRDS output (right before the closing XRDS tag) +- $action: the current action +- &$xrdsoutputter - XRDSOutputter object to write to + +StartPublicXRDS: Start XRDS output (right after the opening XRDS tag) +- $action: the current action +- &$xrdsoutputter - XRDSOutputter object to write to + +EndPublicXRDS: End XRDS output (right before the closing XRDS tag) +- $action: the current action +- &$xrdsoutputter - XRDSOutputter object to write to