mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Merge branch 'main' into 'main'
Fix a typo See merge request GNOME/glib!3984
This commit is contained in:
commit
9bb63af72e
@ -1722,7 +1722,7 @@ If you want to connect to a signal with a closure, you have three possibilities:
|
|||||||
system-wide operation. i.e.: the class closure will be invoked during each
|
system-wide operation. i.e.: the class closure will be invoked during each
|
||||||
emission of a given signal on any of the instances of the type which
|
emission of a given signal on any of the instances of the type which
|
||||||
supports that signal
|
supports that signal
|
||||||
- tou can use `g_signal_override_class_closure()` which overrides the class
|
- you can use `g_signal_override_class_closure()` which overrides the class
|
||||||
closure of a given type. It is possible to call this function only on a
|
closure of a given type. It is possible to call this function only on a
|
||||||
derived type of the type on which the signal was registered. This function
|
derived type of the type on which the signal was registered. This function
|
||||||
is of use only to language bindings
|
is of use only to language bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user