Method

FoundryForgefind_project

unstable since: 1.1

Declaration [src]

DexFuture*
foundry_forge_find_project (
  FoundryForge* self
)

Description [src]

Find the FoundryForgeProject that represents the current project.

Available since: 1.1

Return value

Type: DexFuture

A DexFuture that resolves to a FoundryForgeProject or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.