Below is an example illustrating a call to addSearchPath(), which is a static method in the sidl.Loader class.
use sidl_Loader
use sidl_BaseInterface
type(sidl_BaseInterface_t) :: exception
! later
call addSearchPath('/try/looking/here', exception)
Note the function is invoked directly, without an object reference argument.