Mercurial > pidgin
changeset 24771:9f6ae339e849
Minor comment change
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 16 Dec 2008 06:25:56 +0000 |
parents | 512c7c31eb21 |
children | b9e1e062007e |
files | libpurple/protocols/myspace/myspace.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c Tue Dec 16 04:13:14 2008 +0000 +++ b/libpurple/protocols/myspace/myspace.c Tue Dec 16 06:25:56 2008 +0000 @@ -1133,6 +1133,8 @@ /** * Get contact list, calling msim_got_contact_list() with * what_to_do_after as user_data gpointer. + * + * @param what_to_do_after should be one of the MSIM_CONTACT_LIST_* #defines. */ static gboolean msim_get_contact_list(MsimSession *session, int what_to_do_after)