comparison plugins/perl/common/typemap @ 11202:ff4884029708

[gaim-migrate @ 13330] Some compile warning fixes. It's very possible the perl warnings were caused by some of my changes to the core last week committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Aug 2005 02:21:57 +0000
parents bbe84acea03a
children c9b815aeddc1
comparison
equal deleted inserted replaced
11201:07dc8c6a359f 11202:ff4884029708
12 gconstpointer T_PTR 12 gconstpointer T_PTR
13 const gchar * T_PV 13 const gchar * T_PV
14 const char * T_PV 14 const char * T_PV
15 const char ** T_PTR 15 const char ** T_PTR
16 char ** T_PTR 16 char ** T_PTR
17 gchar T_IV
17 gchar * T_PV 18 gchar * T_PV
18 guchar T_IV 19 guchar T_IV
19 guchar * T_PTR 20 guchar * T_PTR
21 guchar ** T_PTR
20 const guchar * T_PV 22 const guchar * T_PV
21 char * T_PV 23 char * T_PV
22 int * T_PTR 24 int * T_PTR
23 size_t * T_PTR 25 size_t * T_PTR
24 Gaim::GTK::Widget * T_PTR 26 Gaim::GTK::Widget * T_PTR