pub type HSignalTypeEnum = c_int;Expand description
/ /** HSignalTypeEnum: List of signals that can be sent to handles
This enum defines a set of signals that can be sent to the signalling callback of handles. Note that the callback functions must ignore any signal that they do not understand.