Mercurial > pidgin.yaz
diff libpurple/prpl.h @ 20456:db286cc82bd1
propagate from branch 'im.pidgin.pidgin' (head f43d7ef3f18aadf88e22f93a8131f4fac26d5b53)
to branch 'im.pidgin.cpw.khc.msnp14' (head c9e104b21b211b41266f2b10a225152a47c166cc)
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Tue, 19 Jun 2007 17:28:41 +0000 |
parents | 72906c5ac037 |
children | 5c1ed6296b56 0f46f13c0805 f12bf92d64ec |
line wrap: on
line diff
--- a/libpurple/prpl.h Sat Jun 16 07:03:31 2007 +0000 +++ b/libpurple/prpl.h Tue Jun 19 17:28:41 2007 +0000 @@ -378,7 +378,7 @@ * beginning with the value for @a attr_id. */ void purple_prpl_got_account_status(PurpleAccount *account, - const char *status_id, ...); + const char *status_id, ...) G_GNUC_NULL_TERMINATED; /** * Notifies Purple that a user's idle state and time have changed. * @@ -418,7 +418,7 @@ * beginning with the value for @a attr_id. */ void purple_prpl_got_user_status(PurpleAccount *account, const char *name, - const char *status_id, ...); + const char *status_id, ...) G_GNUC_NULL_TERMINATED; /** * Notifies libpurple that a user's status has been deactivated