ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/typemap
Revision: 1.7
Committed: Sun Jun 3 15:54:05 2012 UTC (12 years, 1 month ago) by root
Branch: MAIN
Changes since 1.6: +12 -12 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.7 overlay * OVERLAY
2 root 1.5
3     Time T_UV
4     Atom T_UV
5     Window T_UV
6 root 1.3
7 root 1.6 urxvt::pixbuf T_PTROBJ
8     urxvt::img T_PTROBJ
9    
10 root 1.7 octet_string OCTET_STRING
11     utf8_string UTF8_STRING
12    
13     rxvt_term * TERM
14    
15 root 1.6 GError ** T_UV
16 root 1.3
17 root 1.1 INPUT
18 root 1.3
19 root 1.7 TERM
20 root 1.5 $var = SvTERM ($arg);
21 root 1.7 OVERLAY
22 root 1.5 $var = SvOVERLAY ($arg);
23 root 1.1
24 root 1.7 OCTET_STRING
25 root 1.6 $var = SvPVbyte_nolen ($arg)
26    
27 root 1.7 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.7 TERM
33 root 1.5 $arg = newSVterm ($var);
34 root 1.3