Virtual Method

FoundryForgeIssuedup_author

unstable since: 1.1

Declaration [src]

FoundryForgeUser*
dup_author (
  FoundryForgeIssue* self
)

Description [src]

Gets a copy of the user who authored the issue.

Available since: 1.1

Return value

Type: FoundryForgeUser

A FoundryForgeUser, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.