summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-11 20:16:29 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-11 20:16:29 -0300
commit37b2623154e19ec51f57dc2bfc88f77c3a13e0eb (patch)
tree668a0f508232a98371de6c05fa4b5b7676364df6
parentadfbff0516f8c020403ec02f688e179d9386397f (diff)
downloadgobject-introspection-37b2623154e19ec51f57dc2bfc88f77c3a13e0eb.tar.gz
[GICallableInfo] Fix a typo in the doc
-rw-r--r--girepository/gicallableinfo.c2
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.