diff options
author | Steve Hay <SteveHay@planit.com> | 2005-07-11 14:41:27 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-11 14:41:27 +0000 |
commit | 9282b5fd39e8a661d98cf18601205217ba4caf3d (patch) | |
tree | 5e81e7cdcb0bef9bc031b16e9d27946d77ef3898 /hv.h | |
parent | c3c5fad70e191a22d614f56433b4aaeeb0a035da (diff) | |
download | perl-9282b5fd39e8a661d98cf18601205217ba4caf3d.tar.gz |
[patch hv.h doc] HvNAME
From: Stas Bekman <stas@stason.org>
Date: Fri, 08 Jul 2005 13:52:13 +0300
Message-ID: <42CE5ADD.3020003@stason.org>
Subject: Re: [patch hv.h doc] HvNAME
From: Nicholas Clark <nick@ccl4.org>
Date: Sat, 9 Jul 2005 15:23:51 +0100
Message-ID: <20050709142351.GT15833@plum.flirble.org>
p4raw-id: //depot/perl@25111
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -156,7 +156,8 @@ Null HV pointer. =head1 Hash Manipulation Functions =for apidoc Am|char*|HvNAME|HV* stash -Returns the package name of a stash. See C<SvSTASH>, C<CvSTASH>. +Returns the package name of a stash, or NULL if C<stash> isn't a stash. +See C<SvSTASH>, C<CvSTASH>. =for apidoc Am|void*|HeKEY|HE* he Returns the actual pointer stored in the key slot of the hash entry. The |