[ Version ( since = "3.0" ) ]
public unowned Procedure? lookup_procedure (string procedure_name)
This function returns the [class@Procedure] which is registered with procedure_name if it exists, or returns
null otherwise.
The returned [class@Procedure] is owned by this and must not be modified.
| this |
A PDB instance. |
| procedure_name |
A procedure name |
|
A [class@Procedure], or null. |