Mercurial > pidgin
diff plugins/perl/common/typemap @ 13119:fcde3faa1f57
[gaim-migrate @ 15481]
This adds support for displaying log timestamps in their original timezone. If your OS's definition of struct tm sucks, then the log timestamps will show up in your local timezone, but converted, so the time is accurate. Yay! Anyway, this all works, as I've renamed lots of my log files locally, but currently, there's no code to save new logs in this name format. That's held up on a portability issue and backwards compatibility issue.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 04 Feb 2006 20:55:52 +0000 |
| parents | e1e5462b7d81 |
| children |
line wrap: on
line diff
--- a/plugins/perl/common/typemap Sat Feb 04 05:17:46 2006 +0000 +++ b/plugins/perl/common/typemap Sat Feb 04 20:55:52 2006 +0000 @@ -22,6 +22,7 @@ const guchar * T_PV char * T_PV int * T_PTR +long * T_PTR size_t * T_PTR Gaim::GTK::Widget * T_PTR GCallback T_PTR @@ -30,6 +31,7 @@ GData * T_PTR GData ** T_PTR const unsigned char * T_PTR +struct tm * T_PTR const struct tm * T_PTR xmlnode * T_PTR const xmlnode * T_PTR
