Method

PeasObjectModuleprovides_object

Declaration [src]

gboolean
peas_object_module_provides_object (
  PeasObjectModule* module,
  GType exten_type
)

Description [src]

Determines if the module provides an extension for exten_type.

Since libpeas 1.22, exten_type can be an Abstract GType and not just an Interface GType.

This method is not directly available to language bindings.

Parameters

exten_type GType
 

The GType of the extension.

Return value

Returns: gboolean
 

If the module provides an extension for exten_type.