diff -r 87e0e009f5c1 -r ad8654c2e758 pidgin/gtkutils.h --- a/pidgin/gtkutils.h Tue Feb 22 19:24:01 2022 -0600 +++ b/pidgin/gtkutils.h Tue Feb 22 19:25:57 2022 -0600 @@ -254,7 +254,6 @@ * @child: The child widget * @hscrollbar_policy: Horizontal scrolling policy * @vscrollbar_policy: Vertical scrolling policy - * @shadow_type: Shadow type * @width: Desired widget width, or -1 for default * @height: Desired widget height, or -1 for default * @@ -262,7 +261,7 @@ * * Returns: (transfer full): A scrolled window with @child packed inside of it. */ -GtkWidget *pidgin_make_scrollable(GtkWidget *child, GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy, GtkShadowType shadow_type, int width, int height); +GtkWidget *pidgin_make_scrollable(GtkWidget *child, GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy, int width, int height); G_END_DECLS