Method

FoundryForgeQuerydup_keywords_scope

unstable since: 1.1

Declaration [src]

char*
foundry_forge_query_dup_keywords_scope (
  FoundryForgeQuery* self
)

Description [src]

Gets the keywords scope for the query.

Multiple scopes are supported by separating with a comma.

Available since: 1.1

Return value

Type: char*

The keywords scope string.

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.