Method

GumModuleget_version

Declaration [src]

const gchar*
gum_module_get_version (
  GumModule* self
)

Description [src]

Gets the module’s version string, where the platform provides one.

Return value

Type: const gchar*

The version, or NULL if unavailable.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.