Virtual Method

FoundryCompletionRequestdup_word

Declaration [src]

char*
dup_word (
  FoundryCompletionRequest* self
)

Description

No description available.

Return value

Type: char*

The word to complete.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.