get_extension_by_name


Description:

public unowned IOExtension get_extension_by_name (string name)

Finds a IOExtension for an extension point by name.

Parameters:

this

a IOExtensionPoint

name

the name of the extension to get

Returns:

the IOExtension for this that has the given name, or null if there is no extension with that name