Add bindings; add information on bindings coverage
[cl-gtk2.git] / gtk / gtk.icon-view.lisp
index d8bb61f..4984848 100644 (file)
@@ -1,6 +1,6 @@
 (in-package :gtk)
 
-(defcfun (icon-view-get-path-at-pos "gtk_icon_view_get_path_at_pos") g-object
+(defcfun (icon-view-get-path-at-pos "gtk_icon_view_get_path_at_pos") (g-boxed-foreign tree-path :return)
   (icon-view g-object)
   (x :int)
   (y :int))