Gmodule

object Gmodule

Skipped during bindings generation

  • callback ModuleCheckInit: Callback with String return value is not supported

  • record Module: Disguised records are ignored

Properties

Link copied to clipboard
const val MODULE_IMPL_AR: Int = 7
Link copied to clipboard
const val MODULE_IMPL_DL: Int = 1
Link copied to clipboard
const val MODULE_IMPL_NONE: Int = 0
Link copied to clipboard
const val MODULE_IMPL_WIN32: Int = 3

Functions

Link copied to clipboard
fun moduleBuildPath(directory: String? = null, moduleName: String): String

A portable way to build the filename of a module. The platform-specific prefix and suffix are added to the filename, if needed, and the result is added to the directory, using the correct separator character.

Link copied to clipboard

Gets a string describing the last module error.

Link copied to clipboard
fun moduleErrorQuark(): <Error class: unknown class>
Link copied to clipboard

Checks if modules are supported on the current platform.

Link copied to clipboard
fun resolveException(error: <Error class: unknown class>): <Error class: unknown class>