Method

FoundryForgeQueryset_keywords_scope

since: 1.1

Declaration [src]

void
foundry_forge_query_set_keywords_scope (
  FoundryForgeQuery* self,
  const char* keywords_scope
)

Description [src]

Sets the keywords scope for the query.

You may specify multiple scopes with a comma.

Available since: 1.1

Parameters

keywords_scope

Type: const char*

The keywords scope to set.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.