print_status


Description:

public signal void print_status ()

Signal emitted in the main thread whenever objects should print their current status. All significant objects in the library should connect to this and print their current status in some suitable format when it's emitted.

Client processes should emit this signal by calling Debug.emit_print_status .

Since:

0.5.1