$OpenBSD: patch-src_gTree_mli,v 1.1 2014/01/13 09:33:01 dcoppa Exp $

commit b10b8705bbb7d8462fc4baf6b33b64482ce47c49
Author: Jacques Garrigue <garrigue@math.nagoya-u.ac.jp>
Date:   Tue Dec 31 10:36:02 2013 +0900

Fix GtkTree.IconView.get_path_at_pos

--- src/gTree.mli.orig	Tue Oct  1 10:31:50 2013
+++ src/gTree.mli	Mon Jan 13 10:13:43 2014
@@ -735,7 +735,7 @@ class icon_view :
     method spacing : int
     method set_spacing : int -> unit
 
-    method get_path_at_pos : int -> int -> Gtk.tree_path
+    method get_path_at_pos : int -> int -> Gtk.tree_path option
     method selected_foreach : (Gtk.tree_path -> unit) -> unit
     method get_selected_items : Gtk.tree_path list
     method path_is_selected : Gtk.tree_path -> bool
