Method

PeasObjectModuleget_symbol

since: 1.18

Declaration [src]

const char*
peas_object_module_get_symbol (
  PeasObjectModule* module
)

Description [src]

Gets the symbol name used to register extension implementations.

Available since: 1.18

This method is not directly available to language bindings.

Return value

Type: const char*

The symbol name.

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