diff -r 89309d941f9f -r 0d844fac6679 pidgin/gtkutils.h --- a/pidgin/gtkutils.h Sun Sep 18 20:20:02 2011 +0000 +++ b/pidgin/gtkutils.h Sun Sep 18 20:46:06 2011 +0000 @@ -928,12 +928,12 @@ /** * Add scrollbars to a widget - * @param widget The child widget - * @hscrollbar_policy Horizontal scrolling policy - * @vscrollbar_policy Vertical scrolling policy - * @shadow Shadow type - * @width Desired widget width, or -1 for default - * @height Desired widget height, or -1 for default + * @param child The child widget + * @param hscrollbar_policy Horizontal scrolling policy + * @param vscrollbar_policy Vertical scrolling policy + * @param shadow_type Shadow type + * @param width Desired widget width, or -1 for default + * @param height Desired widget height, or -1 for default * * @since 2.8.0 */