Function

Cogmodules_add_directory

Declaration [src]

void
cog_modules_add_directory (
  const char* directory_path
)

Description [src]

Scans a directory for loadable modules and registers them with the extension points they implement.

Parameters

directory_path

Type: const char*

Directory to scan for loadable modules.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.