diff --git a/functions/mcal.xml b/functions/mcal.xml index 69bfbc7974..c7cbe8d0cc 100644 --- a/functions/mcal.xml +++ b/functions/mcal.xml @@ -1033,6 +1033,32 @@ + + + mcal_event_add_attribute + + Adds an attribute and a value to the streams global event structure + + + + Description + + + void + mcal_event_add_attribute + + int stream + string attribute + string value + + + + mcal_event_add_attribute adds an attribute + to the stream's global event structure with the value given by + "value" . + + +