# HG changeset patch # User Mark Doliner # Date 1229408756 0 # Node ID 9f6ae339e8493c42c3f5fc6a2aff7ee7095ef4f3 # Parent 512c7c31eb21ba32b15feda9ea661a72d67050b6 Minor comment change diff -r 512c7c31eb21 -r 9f6ae339e849 libpurple/protocols/myspace/myspace.c --- 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)