Skip to content

doctool: prepend the emitting object for GJS signal callbacks

Prepend the emitting object to the in_params for signal callback documentation, making the signature clearer for newcomers.

In more C-like languages this is often implicit, but in JavaScript programmers are not accustomed to the source object being present in method calls or callback functions.

Merge request reports