Virtual Method
FoundryForgeProjectlist_issues
unstable since: 1.1
Declaration [src]
DexFuture*
list_issues (
FoundryForgeProject* self,
FoundryForgeQuery* query
)
Parameters
query-
Type:
FoundryForgeQueryNo description available.
The argument can be NULL.The data is owned by the caller of the method.
Return value
Type: DexFuture
A DexFuture that resolves to a
FoundryForgeListing or rejects with error.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |