diff options
| author | Mystery Man <unknown@mandriva.org> | 2004-06-15 16:50:22 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2004-06-15 16:50:22 +0000 |
| commit | 8ea9beca90c410e12593fedfb6e741dbdf8795d0 (patch) | |
| tree | 544a377d0ea57462110009fbbbfd14473390e2a1 /perl-install/Newt/typemap | |
| parent | b5dc638815c772056e07cd013f5b1674900456d5 (diff) | |
| download | drakx-topic/mandrakesoft.tar drakx-topic/mandrakesoft.tar.gz drakx-topic/mandrakesoft.tar.bz2 drakx-topic/mandrakesoft.tar.xz drakx-topic/mandrakesoft.zip | |
This commit was manufactured by cvs2svn to create branch 'mandrakesoft'.topic/mandrakesoft
Diffstat (limited to 'perl-install/Newt/typemap')
| -rw-r--r-- | perl-install/Newt/typemap | 25 |
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); |
