%inherit file="/base.tmpl"/> <%block name="info"> ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
def callback(${formatter.to_underscores(node.parent).lower()}, \
% for arg in formatter.get_in_parameters(node):
${arg.argname}, \
% endfor
user_param1, ...)
${formatter.to_underscores(node.parent).lower()}
instance of ${formatter.format_xref(node.parent)} that is emitting the signal
${arg.argname}
user_param1
first user parameter (if any) specified with the connect() method
...
additional user parameters (if any)
Returns