Function VisualScript.renameCustomSignal

Change the name of a custom signal.

void renameCustomSignal (
  const(String) name,
  const(String) new_name
) nothrow @nogc;