summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gv.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gv.h b/gv.h
index 0f91d194ab..30014b622d 100644
--- a/gv.h
+++ b/gv.h
@@ -83,6 +83,18 @@ struct gp {
Return the SV from the GV.
+=for apidoc Am|AV*|GvAV|GV* gv
+
+Return the AV from the GV.
+
+=for apidoc Am|HV*|GvHV|GV* gv
+
+Return the HV from the GV.
+
+=for apidoc Am|CV*|GvCV|GV* gv
+
+Return the CV from the GV.
+
=cut
*/