summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-24 18:48:43 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-24 18:48:43 +0000
commit8226a3d7ea7a9414bc41d73011d23876bd55e4b8 (patch)
treefbe6cb81d17b9114235327c9ef3ff1f4d1e63e78 /pod/perlapi.pod
parent6a57758be8105e287911e73d8605475c2aa69115 (diff)
downloadperl-8226a3d7ea7a9414bc41d73011d23876bd55e4b8.tar.gz
Promote Perl_setdefout() to the public API.
p4raw-id: //depot/perl@34904
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod21
1 files changed, 21 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 5cab290344..f9eda9091b 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -1232,6 +1232,27 @@ Found in file pp_pack.c
=back
+=head1 Functions in file pp_sys.c
+
+
+=over 8
+
+=item setdefout
+X<setdefout>
+
+Sets PL_defoutgv, the default file handle for output, to the passed in
+typeglob. As PL_defoutgv "owns" a reference on its typeglob, the reference
+count of the passed in typeglob is increased by one, and the reference count
+of the typeglob that PL_defoutgv points to is decreased by one.
+
+ void setdefout(GV* gv)
+
+=for hackers
+Found in file pp_sys.c
+
+
+=back
+
=head1 GV Functions
=over 8