From: <the...@us...> - 2006-11-07 02:41:22
|
Revision: 17688 http://svn.sourceforge.net/gaim/?rev=17688&view=rev Author: thekingant Date: 2006-11-06 18:41:01 -0800 (Mon, 06 Nov 2006) Log Message: ----------- Documentation changes Modified Paths: -------------- trunk/libgaim/protocols/oscar/family_feedbag.c Modified: trunk/libgaim/protocols/oscar/family_feedbag.c =================================================================== --- trunk/libgaim/protocols/oscar/family_feedbag.c 2006-11-06 23:01:44 UTC (rev 17687) +++ trunk/libgaim/protocols/oscar/family_feedbag.c 2006-11-07 02:41:01 UTC (rev 17688) @@ -934,7 +934,7 @@ } /** - * Move a buddy from one group to another group. This basically just deletes the + * Move a buddy from one group to another group. This basically just deletes the * buddy and re-adds it. * * @param od The oscar odion. @@ -965,7 +965,7 @@ * @param od The oscar odion. * @param gn The group that the buddy is currently in. * @param sn The screen name of the buddy. - * @param alias The new alias for the buddy, or NULL if you want to remove + * @param alias The new alias for the buddy, or NULL if you want to remove * a buddy's comment. * @return Return 0 if no errors, otherwise return the error number. */ @@ -997,7 +997,7 @@ * @param od The oscar odion. * @param gn The group that the buddy is currently in. * @param sn The screen name of the buddy. - * @param alias The new comment for the buddy, or NULL if you want to remove + * @param alias The new comment for the buddy, or NULL if you want to remove * a buddy's comment. * @return Return 0 if no errors, otherwise return the error number. */ @@ -1142,7 +1142,7 @@ } /** - * Stores your setting for various SSI settings. Whether you + * Stores your setting for various SSI settings. Whether you * should show up as idle or not, etc. * * @param od The oscar odion. @@ -1676,7 +1676,8 @@ /* * Subtype 0x0011 - SSI Begin Data Modification. * - * Tell the server you're going to start modifying data. + * Tell the server you're going to start modifying data. This marks + * the beginning of a transaction. */ int aim_ssi_modbegin(OscarData *od) { @@ -1691,8 +1692,8 @@ /* * Subtype 0x0012 - SSI End Data Modification. * - * Tell the server you're finished modifying data. - * + * Tell the server you're finished modifying data. The marks the end + * of a transaction. */ int aim_ssi_modend(OscarData *od) { @@ -1854,7 +1855,7 @@ /* * Subtype 0x001a - Send authorization reply * - * Sends a reply to a request for authorization. The reply can either + * Sends a reply to a request for authorization. The reply can either * grant authorization or deny authorization. * * if reply=0x00 then deny @@ -1899,7 +1900,8 @@ /* * Subtype 0x001b - Receive an authorization reply - * You get this bad boy when other people respond to the authorization + * + * You get this bad boy when other people respond to the authorization * request that you have previously sent them. */ static int receiveauthreply(OscarData *od, FlapConnection *conn, aim_module_t *mod, FlapFrame *frame, aim_modsnac_t *snac, ByteStream *bs) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |