[vala] x, y are output parameter in get_tooltip_context methods
- From: Jaap A. Haitsma <jhaitsma src gnome org>
- To: svn-commits-list gnome org
- Subject: [vala] x, y are output parameter in get_tooltip_context methods
- Date: Sun, 21 Jun 2009 07:25:31 -0400 (EDT)
commit cd3780c2f1427dc7b51b3cf966790e74a43936c6
Author: Jaap A. Haitsma <jaap haitsma org>
Date: Sun Jun 21 13:04:51 2009 +0200
x, y are output parameter in get_tooltip_context methods
Fixes bug #586487
vapi/gtk+-2.0.vapi | 4 ++--
vapi/packages/gtk+-2.0/gtk+-2.0.metadata | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index 5700dd7..45b62ad 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -1843,7 +1843,7 @@ namespace Gtk {
public int get_spacing ();
public int get_text_column ();
public int get_tooltip_column ();
- public bool get_tooltip_context (int x, int y, bool keyboard_tip, out unowned Gtk.TreeModel model, out unowned Gtk.TreePath path, out Gtk.TreeIter iter);
+ public bool get_tooltip_context (out int x, out int y, bool keyboard_tip, out unowned Gtk.TreeModel model, out unowned Gtk.TreePath path, out Gtk.TreeIter iter);
public bool get_visible_range (out unowned Gtk.TreePath start_path, out unowned Gtk.TreePath end_path);
[CCode (type = "GtkWidget*", has_construct_function = false)]
public IconView ();
@@ -4718,7 +4718,7 @@ namespace Gtk {
public unowned Gtk.TreeSelection get_selection ();
public bool get_show_expanders ();
public int get_tooltip_column ();
- public bool get_tooltip_context (int x, int y, bool keyboard_tip, out unowned Gtk.TreeModel model, out unowned Gtk.TreePath path, out Gtk.TreeIter iter);
+ public bool get_tooltip_context (out int x, out int y, bool keyboard_tip, out unowned Gtk.TreeModel model, out unowned Gtk.TreePath path, out Gtk.TreeIter iter);
public unowned Gtk.Adjustment get_vadjustment ();
public bool get_visible_range (out unowned Gtk.TreePath start_path, out unowned Gtk.TreePath end_path);
public void get_visible_rect (out Gdk.Rectangle visible_rect);
diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
index 8cef002..2cf4a66 100644
--- a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
+++ b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
@@ -142,6 +142,8 @@ gtk_get_option_group transfer_ownership="1"
gtk_icon_info_get_embedded_rect.rectangle is_out="1"
gtk_icon_view_get_cursor.path transfer_ownership="1"
gtk_icon_view_get_tooltip_context.iter is_out="1"
+gtk_icon_view_get_tooltip_context.x is_out="1"
+gtk_icon_view_get_tooltip_context.y is_out="1"
GtkIconView::item_activated has_emitter="1"
gtk_icon_view_select_all hidden="1" experimental="1"
gtk_icon_view_selected_foreach.data hidden="1"
@@ -538,6 +540,8 @@ gtk_tree_view_get_dest_row_at_pos.pos is_out="1"
gtk_tree_view_get_drag_dest_row.path value_owned="1" nullable="1"
gtk_tree_view_get_drag_dest_row.pos is_out="1" value_owned="1"
gtk_tree_view_get_tooltip_context.iter is_out="1"
+gtk_tree_view_get_tooltip_context.x is_out="1"
+gtk_tree_view_get_tooltip_context.y is_out="1"
gtk_tree_view_get_visible_rect.visible_rect is_out="1"
gtk_tree_view_insert_column_with_attributes ellipsis="1"
gtk_tree_view_insert_column_with_attributes.title nullable="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]