mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Fix typo
This commit is contained in:
parent
46ca062284
commit
29c48f623f
@ -42,7 +42,7 @@
|
|||||||
*
|
*
|
||||||
* A #GClosure represents a callback supplied by the programmer. It
|
* A #GClosure represents a callback supplied by the programmer. It
|
||||||
* will generally comprise a function of some kind and a marshaller
|
* will generally comprise a function of some kind and a marshaller
|
||||||
* used to call it. It is the reponsibility of the marshaller to
|
* used to call it. It is the responsibility of the marshaller to
|
||||||
* convert the arguments for the invocation from #GValues into
|
* convert the arguments for the invocation from #GValues into
|
||||||
* a suitable form, perform the callback on the converted arguments,
|
* a suitable form, perform the callback on the converted arguments,
|
||||||
* and transform the return value back into a #GValue.
|
* and transform the return value back into a #GValue.
|
||||||
|
Loading…
Reference in New Issue
Block a user