comparison plugins/perl/common/Prpl.xs @ 11262:ecbbe6d18b0d

[gaim-migrate @ 13440] Removing warning from perl, also. Remove some outdated files from libfaim. Fix a minor warning in gtkdebug.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Aug 2005 15:58:57 +0000
parents 134d0001983d
children b284c703d398
comparison
equal deleted inserted replaced
11261:b53606580f68 11262:ecbbe6d18b0d
47 gaim_prpl_got_account_login_time(account, login_time) 47 gaim_prpl_got_account_login_time(account, login_time)
48 Gaim::Account account 48 Gaim::Account account
49 time_t login_time 49 time_t login_time
50 50
51 void 51 void
52 gaim_prpl_got_account_warning_level(account, username, level)
53 Gaim::Account account
54 const char *username
55 unsigned int level
56
57 void
58 gaim_prpl_got_user_idle(account, name, idle, idle_time) 52 gaim_prpl_got_user_idle(account, name, idle, idle_time)
59 Gaim::Account account 53 Gaim::Account account
60 const char *name 54 const char *name
61 gboolean idle 55 gboolean idle
62 time_t idle_time 56 time_t idle_time
65 gaim_prpl_got_user_login_time(account, name, login_time) 59 gaim_prpl_got_user_login_time(account, name, login_time)
66 Gaim::Account account 60 Gaim::Account account
67 const char *name 61 const char *name
68 time_t login_time 62 time_t login_time
69 63
70 void
71 gaim_prpl_got_user_warning_level(account, name, level)
72 Gaim::Account account
73 const char *name
74 unsigned int level
75