ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/typemap
Revision: 1.6
Committed: Sun Jun 3 10:38:22 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.5: +12 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.6 octet_string T_OCTET_STRING
2     utf8_string T_UTF8_STRING
3    
4 root 1.5 rxvt_term * T_TERM
5 root 1.3
6 root 1.5 overlay * T_OVERLAY
7    
8     Time T_UV
9     Atom T_UV
10     Window T_UV
11 root 1.3
12 root 1.6 urxvt::pixbuf T_PTROBJ
13     urxvt::img T_PTROBJ
14    
15     GError ** T_UV
16 root 1.3
17 root 1.1 INPUT
18 root 1.3
19 root 1.5 T_TERM
20     $var = SvTERM ($arg);
21     T_OVERLAY
22     $var = SvOVERLAY ($arg);
23 root 1.1
24 root 1.6 T_OCTET_STRING
25     $var = SvPVbyte_nolen ($arg)
26    
27     T_UTF8_STRING
28     $var = SvPVutf8_nolen ($arg); // imperfect, destroys references
29 root 1.3
30 root 1.1 OUTPUT
31 root 1.3
32 root 1.5 T_TERM
33     $arg = newSVterm ($var);
34 root 1.3