diff src/gtkutils.h @ 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 689f652480f7
children 853fefb07c79
line wrap: on
line diff
--- 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.
  */