mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 12:54:11 +02:00
Fix typos: invokation -> invocation.
This commit is contained in:
@@ -2501,8 +2501,8 @@ Fri Oct 27 16:33:41 2000 Tim Janik <timj@gtk.org>
|
||||
that gets passed in to closure invocations. added signal details.
|
||||
renamed GSignalType to GSignalFlags to comply with conventions.
|
||||
quite some cleanups and minor fixes. avoid uneccessary handler list
|
||||
walks upon invokation of after handlers. relookup handler list for
|
||||
restarted emissions. preliminary abort normal handler invokation if
|
||||
walks upon invocation of after handlers. relookup handler list for
|
||||
restarted emissions. preliminary abort normal handler invocation if
|
||||
after handler is encountered.
|
||||
|
||||
* glib-genmarshal.c:
|
||||
|
@@ -55,7 +55,7 @@
|
||||
* a write lock or more than 0 read locks have to be held across
|
||||
* function invocation
|
||||
* - _W: [Write-locked invocation]
|
||||
* a write lock has to be held across function invokation
|
||||
* a write lock has to be held across function invocation
|
||||
* - _Wm: [Write-locked invocation, mutatable]
|
||||
* like _W, but the write lock might be released and reacquired
|
||||
* during invocation, watch your pointers
|
||||
|
Reference in New Issue
Block a user