Function GraphEdit.disconnectNode

Removes the connection between the from_port slot of the from GraphNode and the to_port slot of the to GraphNode. If the connection does not exist, no connection is removed.

void disconnectNode (
  const(String) from,
  const(long) from_port,
  const(String) to,
  const(long) to_port
) nothrow @nogc;