summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt/typemap
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-07-31 23:10:55 +0000
committerMystery Man <unknown@mandriva.org>2002-07-31 23:10:55 +0000
commit6b5bb447b11a31fc0961c20485505a633c9ab4eb (patch)
treeeae73bee290e1e328b539f7649818d7584ee667e /perl-install/Newt/typemap
parent79d226c48d6de4f26c604ddbd0ce769a58d548c6 (diff)
downloaddrakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.tar
drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.tar.gz
drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.tar.bz2
drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.tar.xz
drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_8_16mdk'.V1_1_8_16mdk
Diffstat (limited to 'perl-install/Newt/typemap')
-rw-r--r--perl-install/Newt/typemap25
1 files changed, 0 insertions, 25 deletions
diff --git a/perl-install/Newt/typemap b/perl-install/Newt/typemap
deleted file mode 100644
index 5aaa2f668..000000000
--- a/perl-install/Newt/typemap
+++ /dev/null
@@ -1,25 +0,0 @@
-TYPEMAP
-
-const char * T_PV
-const void * T_PV
-int * T_PV
-void ** T_PACKED
-
-enum newtFlagsSense T_IV
-enum newtGridElement T_IV
-SV ** T_SV
-
-Newt::Component NewtComponent
-Newt::Grid NewtGrid
-
-INPUT
-NewtComponent
- $var = ($type) SvIV((SV*)SvRV($arg))
-NewtGrid
- $var = ($type) SvIV((SV*)SvRV($arg))
-
-OUTPUT
-NewtComponent
- sv_setref_pv($arg, "Newt::Component", (void*) $var);
-NewtGrid
- sv_setref_pv($arg, "Newt::Grid", (void*) $var);