EngineDesc
Description:
[ CCode ( has_construct_function = false ) ]
public EngineDesc (string name, string longname, string description, string language, string license, string author, string icon, string layout)
public EngineDesc (string name, string longname, string description, string language, string license, string author, string icon, string layout)
Creates a new EngineDesc.
Parameters:
name |
Name of the engine. |
longname |
Long name of the input method engine. |
description |
Input method engine description. |
language |
Language (e.g. zh, jp) supported by this input method engine. |
license |
License of the input method engine. |
author |
Author of the input method engine. |
icon |
Icon file of this engine. |
layout |
Keyboard layout |
Returns:
A newly allocated IBusEngineDesc. |