$NetBSD: patch-aa,v 1.1 2007/08/19 03:00:27 taca Exp $

--- glib/src/rbgobj_boxed.c.orig	2006-12-29 22:17:28.000000000 +0900
+++ glib/src/rbgobj_boxed.c
@@ -145,7 +145,8 @@ rbgobj_boxed_initialize(obj, boxed)
 
 gpointer
 rbgobj_boxed_get(obj, gtype)
-    VALUE obj, gtype;
+    VALUE obj;
+    GType gtype;
 {
     boxed_holder* holder;
     Data_Get_Struct(obj, boxed_holder, holder);
