register_properties


Description:

public signal void register_properties (PropList props)

Emitted to register the properties in props.

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

props

An IBusPropList that contains properties.