diff options
author | Johan Dahlin <johan@gnome.org> | 2010-06-11 20:16:29 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-06-11 20:16:29 -0300 |
commit | 37b2623154e19ec51f57dc2bfc88f77c3a13e0eb (patch) | |
tree | 668a0f508232a98371de6c05fa4b5b7676364df6 /girepository/gicallableinfo.c | |
parent | adfbff0516f8c020403ec02f688e179d9386397f (diff) | |
download | gobject-introspection-37b2623154e19ec51f57dc2bfc88f77c3a13e0eb.tar.gz |
[GICallableInfo] Fix a typo in the doc
Diffstat (limited to 'girepository/gicallableinfo.c')
-rw-r--r-- | girepository/gicallableinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gicallableinfo.c b/girepository/gicallableinfo.c index 845b3db9..6097cb48 100644 --- a/girepository/gicallableinfo.c +++ b/girepository/gicallableinfo.c @@ -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. |