Hi,
        
The signature for the ListStore's Reorder method seems to be incorrect.
I took a cursory glance at the GAPI docs and produced the attached.
        
Is this the correct way to adjust the signature?  Is there anything else
that would need to be done to get this in trunk?
        
Thanks,
        
~Mike

Index: gtk/gtk-api-2.12.raw
===================================================================
--- gtk/gtk-api-2.12.raw	(revision 106846)
+++ gtk/gtk-api-2.12.raw	(working copy)
@@ -9292,7 +9292,7 @@
       <method name="Reorder" cname="gtk_list_store_reorder">
         <return-type type="void" />
         <parameters>
-          <parameter type="gint*" name="new_order" />
+          <parameter type="gint" array="true" name="new_order" />
         </parameters>
       </method>
       <method name="Set" cname="gtk_list_store_set">
@@ -23380,4 +23380,4 @@
       <static-string cname="GTK_STOCK_ZOOM_OUT" name="ZoomOut" value="gtk-zoom-out" />
     </object>
   </namespace>
-</api>
\ No newline at end of file
+</api>
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to