get_temp_procedure


Description:

public unowned Procedure? get_temp_procedure (string procedure_name)

This function retrieves a temporary procedure from this by the procedure's procedure_name.

Parameters:

this

A PlugIn

procedure_name

The name of a [class@Procedure] added to this.

Returns:

The procedure if registered, or null.