1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-11 21:18:51 +02:00

[GICallableInfo] Fix a typo in the doc

This commit is contained in:
Johan Dahlin
2010-06-11 20:16:29 -03:00
parent 1eca3abe67
commit d89eb01974

@ -34,7 +34,7 @@
*
* GICallableInfo represents an entity which is callable.
* Currently a function (#GIFunctionInfo), virtual function,
* (#GIVirtualFunc) or callback (#GICallbackInfo).
* (#GIVFuncInfo) or callback (#GICallbackInfo).
*
* A callable has a list of arguments (#GIArgInfo), a return type,
* direction and a flag which decides if it returns null.