Method

PeasObjectModuleget_module_name

Declaration [src]

const char*
peas_object_module_get_module_name (
  PeasObjectModule* module
)

Description [src]

Gets the module name.

Return value

Returns: const char*
 

The module name.

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