From: <rl...@us...> - 2006-05-21 03:10:53
|
Revision: 16195 Author: rlaager Date: 2006-05-20 20:10:46 -0700 (Sat, 20 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16195&view=rev Log Message: ----------- Rest of SF Patch #1492122 from Sadrul Some typo fixes and doc cleanups. Modified Paths: -------------- trunk/src/dbus-server.h trunk/src/gtkutils.h trunk/src/ntlm.h trunk/src/pounce.h trunk/src/util.h Modified: trunk/src/dbus-server.h =================================================================== --- trunk/src/dbus-server.h 2006-05-21 02:58:03 UTC (rev 16194) +++ trunk/src/dbus-server.h 2006-05-21 03:10:46 UTC (rev 16195) @@ -50,7 +50,7 @@ GaimDBusType *parent; }; -/* By convesion, the GaimDBusType variable representing each structure +/* By convention, the GaimDBusType variable representing each structure GaimSomeStructure has the name GAIM_DBUS_TYPE_GaimSomeStructure. The following macros facilitate defining such variables Modified: trunk/src/gtkutils.h =================================================================== --- trunk/src/gtkutils.h 2006-05-21 02:58:03 UTC (rev 16194) +++ trunk/src/gtkutils.h 2006-05-21 03:10:46 UTC (rev 16195) @@ -409,7 +409,7 @@ * Create a Gaim running-man icon with the status emblem overlayed * in the lower right corner. * - * @param status_type The status type to set the emblem for. + * @param primitive The status type to set the emblem for. * @param scale_factor The amount to scale to the original image. * The default size is 32x32 pixels. A scale * factor of 1 means no scaling will be done. @@ -423,15 +423,15 @@ * allocate the image buffer, or the image file contained * invalid data. */ -GdkPixbuf *gaim_gtk_create_gaim_icon_with_status(GaimStatusPrimitive primitve, double scale_factor); +GdkPixbuf *gaim_gtk_create_gaim_icon_with_status(GaimStatusPrimitive primitive, double scale_factor); /** * Append a GaimMenuAction to a menu. * - * @param menu The menu to append to. - * @param act The GaimMenuAction to append. - * @param object The object to be passed to the action callback. + * @param menu The menu to append to. + * @param act The GaimMenuAction to append. + * @param gobject The object to be passed to the action callback. * * @return The menu. */ Modified: trunk/src/ntlm.h =================================================================== --- trunk/src/ntlm.h 2006-05-21 02:58:03 UTC (rev 16194) +++ trunk/src/ntlm.h 2006-05-21 03:10:46 UTC (rev 16195) @@ -40,6 +40,8 @@ * Parses the ntlm type 2 message * * @param type2 String containing the base64 encoded type2 message + * @param flags If not @c NULL, this will store the flags for the message + * * @return The nonce for use in message type3. This is a statically * allocated 8 byte binary string. */ Modified: trunk/src/pounce.h =================================================================== --- trunk/src/pounce.h 2006-05-21 02:58:03 UTC (rev 16194) +++ trunk/src/pounce.h 2006-05-21 03:10:46 UTC (rev 16195) @@ -98,6 +98,7 @@ * @param pouncer The account that will pounce. * @param pouncee The buddy to pounce on. * @param event The event(s) to pounce on. + * @param option Pounce options. * * @return The new buddy pounce structure. */ Modified: trunk/src/util.h =================================================================== --- trunk/src/util.h 2006-05-21 02:58:03 UTC (rev 16194) +++ trunk/src/util.h 2006-05-21 03:10:46 UTC (rev 16195) @@ -244,7 +244,7 @@ * The returned string is stored in a static buffer, so the result * should be g_strdup()'d if it's going to be kept. * - * @param time The time to format, or @c NULL to use the current local time + * @param tm The time to format, or @c NULL to use the current local time * * @return The date, formatted as per the user's settings. */ @@ -256,7 +256,7 @@ * The returned string is stored in a static buffer, so the result * should be g_strdup()'d if it's going to be kept. * - * @param time The time to format, or @c NULL to use the current local time + * @param tm The time to format, or @c NULL to use the current local time * * @return The timestamp, formatted as per the user's settings. */ @@ -268,7 +268,7 @@ * The returned string is stored in a static buffer, so the result * should be g_strdup()'d if it's going to be kept. * - * @param time The time to format, or @c NULL to use the current local time + * @param tm The time to format, or @c NULL to use the current local time * * @return The date and time, formatted as per the user's settings. */ @@ -280,8 +280,7 @@ * The returned string is stored in a static buffer, so the result * should be g_strdup()'d if it's going to be kept. * - * @param time The time value to format. - * @param time The time to format, or @c NULL to use the current local time + * @param tm The time to format, or @c NULL to use the current local time * * @return The time, formatted as per the user's settings. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |