20 lines
804 B
Plaintext
20 lines
804 B
Plaintext
$OpenBSD: patch-src_gtkTree_props,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/gtkTree.props.orig Tue Oct 1 10:31:50 2013
|
|
+++ src/gtkTree.props Mon Jan 13 10:13:43 2014
|
|
@@ -252,7 +252,7 @@ class IconView set wrap wrapsig : Container {
|
|
signal selection_changed
|
|
(* signal set_scroll_adjustments : GtkAdjustment GtkAdjustment *)
|
|
|
|
- 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 select_path : "Gtk.tree_path -> unit"
|
|
method unselect_path : "Gtk.tree_path -> unit"
|