update_lookup_table_fast
Description:
Fast update for big lookup table.
If size of lookup table is not over table page size *4, then it calls update_lookup_table.
(Note: The table object will be released, if it is floating. If caller want to keep the object, caller should make the object sink by g_object_ref_sink.)
Parameters:
this |
An IBusEngine. |
lookup_table |
An lookup_table. |
visible |
Whether the lookup_table is visible. |