1 %feature("docstring",
2 "Represents an entity which can broadcast events.
3 
4 A default broadcaster is
5 associated with an SBCommandInterpreter, SBProcess, and SBTarget.  For
6 example, use ::
7 
8     broadcaster = process.GetBroadcaster()
9 
10 to retrieve the process's broadcaster.
11 
12 See also SBEvent for example usage of interacting with a broadcaster."
13 ) lldb::SBBroadcaster;
14