get_extension_name


Description:

public static unowned string get_extension_name (string protocol)

Returns the extension name for the SourceCamel subtype for protocol.

The extension name can then be passed to get_extension to obtain an instance of the SourceCamel subtype.

For example, given a protocol named "imap" the function would return "Imap Backend".

Parameters:

protocol

a Provider protocol

Returns:

the SourceCamel extension name for protocol