get_dependencies


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[] get_dependencies (string namespace_)

Retrieves all (transitive) versioned dependencies for namespace_.

The strings are of the form `namespace-version`.

Note: namespace_ must have already been loaded using a function such as require before calling this function.

To get only the immediate dependencies for namespace_, use get_immediate_dependencies.

Parameters:

this

A Repository or null for the singleton process-global default Repository

namespace_

Namespace of interest

Returns:

all versioned dependencies