ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-DVB/typemap
Revision: 1.1
Committed: Wed May 24 21:00:09 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-1_02, rel-1_03, rel-1_01, rel-1_0, HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 FE_fd T_FE_FD
2
3 INPUT
4
5 T_FE_FD
6 if (sv_derived_from ($arg, \"Linux::DVB::Frontend\"))
7 $var = ($type) SvIV (*hv_fetch ((HV*)SvRV ($arg), \"fd\", 2, 1));
8 else
9 croak (\"$var is not of type Linux::DVB::Frontend\")
10