Method

GIRepositoryRepositoryprepend_search_path

since: 2.80

Declaration [src]

void
gi_repository_prepend_search_path (
  GIRepository* repository,
  const char* directory
)

Description [src]

Prepends directory to the typelib search path.

See also: gi_repository_get_search_path().

Available since: 2.80

Parameters

directory

Type: const char*

Directory name to prepend to the typelib search path.

The data is owned by the caller of the method.
The value is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.