Method
FoundryVcsfind_remote
Declaration [src]
DexFuture*
foundry_vcs_find_remote (
FoundryVcs* self,
const char* name
)
Parameters
name
-
Type:
const char*
The name of the remote.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: DexFuture
A DexFuture
that resolves to a
FoundryVcsRemote
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |