Package: gobject

Callback gobject:callback

Declaration

lambda ()  

Details

The type used for callback functions in structure definitions and function signatures. This does not mean that all callback functions must take no parameters and return void. The required signature of a callback function is determined by the context in which is used, for example, the signal to which it is connected.
#2025-05-27