Mercurial > pidgin
diff src/gtkutils.h @ 6720:41120df7ed94
[gaim-migrate @ 7247]
Fixed documentation errors so Doxygen no longer complains.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 03 Sep 2003 05:21:04 +0000 |
| parents | b89d98f0bf79 |
| children | acd2a66e59ed |
line wrap: on
line diff
--- a/src/gtkutils.h Wed Sep 03 04:49:24 2003 +0000 +++ b/src/gtkutils.h Wed Sep 03 05:21:04 2003 +0000 @@ -77,8 +77,8 @@ /** * Surrounds the selected text with the specified font. * - * @param conv The conversation. - * @param font The new font. + * @param gtkconv The GTK+ conversation. + * @param font The new font. */ void gaim_gtk_set_font_face(GaimGtkConversation *gtkconv, const char *font); @@ -129,8 +129,8 @@ /** * Toggles the sensitivity of all widgets in a pointer array. * - * @param widget @c NULL. Used for signal handlers. - * @param to_toggle The array containing the widgets to toggle. + * @param w @c NULL. Used for signal handlers. + * @param data The array containing the widgets to toggle. */ void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data); @@ -200,7 +200,7 @@ /** * Creates a toolbar button with the stock icon. * - * @param icon The stock icon name. + * @param stock The stock icon name. * * @return The button. */
