update_property


Description:

public signal void update_property (Property prop)

Emitted to update the property prop.

(Note: The prop 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:

prop

The IBusProperty to be updated.