changeset 13783:a539caf502b0

[gaim-migrate @ 16195] Rest of SF Patch #1492122 from Sadrul Some typo fixes and doc cleanups. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 21 May 2006 03:10:46 +0000
parents f4f68315a07a
children 3c11054a3b80
files src/dbus-server.h src/gtkutils.h src/ntlm.h src/pounce.h src/util.h
diffstat 5 files changed, 13 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/dbus-server.h	Sun May 21 02:58:03 2006 +0000
+++ b/src/dbus-server.h	Sun May 21 03:10:46 2006 +0000
@@ -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
 
--- a/src/gtkutils.h	Sun May 21 02:58:03 2006 +0000
+++ b/src/gtkutils.h	Sun May 21 03:10:46 2006 +0000
@@ -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.
  */
--- a/src/ntlm.h	Sun May 21 02:58:03 2006 +0000
+++ b/src/ntlm.h	Sun May 21 03:10:46 2006 +0000
@@ -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.
  */
--- a/src/pounce.h	Sun May 21 02:58:03 2006 +0000
+++ b/src/pounce.h	Sun May 21 03:10:46 2006 +0000
@@ -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.
  */
--- a/src/util.h	Sun May 21 02:58:03 2006 +0000
+++ b/src/util.h	Sun May 21 03:10:46 2006 +0000
@@ -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.
  */