Virtual Method
FoundryForgeProjectlist_merge_requests
since: 1.1
Declaration [src]
DexFuture*
list_merge_requests (
FoundryForgeProject* self,
FoundryForgeQuery* query
)
Description [src]
Queries the forge for a list of merge requests in the project.
Available since: 1.1
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. |