update_lookup_table


Description:

public signal void update_lookup_table (LookupTable table, bool visible)

Emitted to update lookup table.

(Note: The table object is floating, and it will be released after the signal. If signal handler wants to keep the object, the handler should use ref_sink to get the ownership of the object.)

Parameters:

table

An IBusLookupTable to be updated.

visible

Whether the table should be visible.