load_in_dir
Description:
public void load_in_dir (
string dirname)
Read all XML files in dirname
, create a Component object for each file,
and add the component objects to the registry.
If dirname
is "/usr/share/ibus/component", this API and load are
same.
Parameters:
this |
An Registry.
|
dirname |
IBus component directory which includes XML files.
|