comparison libpurple/plugins/perl/common/Util.xs @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents 0f94ec89f0bc 1714dc991a71
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
466 Purple::Plugin plugin 466 Purple::Plugin plugin
467 const char *url 467 const char *url
468 gboolean full 468 gboolean full
469 const char *user_agent 469 const char *user_agent
470 gboolean http11 470 gboolean http11
471 int max_len 471 gssize max_len
472 SV * cb 472 SV * cb
473 PREINIT: 473 PREINIT:
474 PurpleUtilFetchUrlData *data; 474 PurpleUtilFetchUrlData *data;
475 PPCODE: 475 PPCODE:
476 /* XXX: i don't like this... only plugins can use it... */ 476 /* XXX: i don't like this... only plugins can use it... */