Method

PeasObjectModuleget_module_name

Declaration [src]

const gchar*
peas_object_module_get_module_name (
  PeasObjectModule* module
)

Description [src]

Gets the module name.

This method is not directly available to language bindings.

Return value

Returns: const gchar*
 

The module name.

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