Method
PeasEngineprovides_extension
Declaration [src]
gboolean
peas_engine_provides_extension (
  PeasEngine* engine,
  PeasPluginInfo* info,
  GType extension_type
)
Description [src]
Returns if info provides an extension for extension_type.
If the info is not loaded than FALSE will always be returned.
Since libpeas 1.22, extension_type can be an Abstract GType
and not just an Interface GType.
Parameters
- info
- 
            Type: PeasPluginInfoA PeasPluginInfo.The data is owned by the caller of the method. 
- extension_type
- 
            Type: GTypeThe extension GType.