vala r1842 - in trunk: . vapi vapi/packages/gtk+-2.0
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1842 - in trunk: . vapi vapi/packages/gtk+-2.0
- Date: Fri, 17 Oct 2008 11:03:38 +0000 (UTC)
Author: juergbi
Date: Fri Oct 17 11:03:38 2008
New Revision: 1842
URL: http://svn.gnome.org/viewvc/vala?rev=1842&view=rev
Log:
2008-10-17 JÃrg Billeter <j bitron ch>
* vapi/packages/gtk+-2.0/:
Fix gtk_tree_view_get_cursor binding, patch by Hans Vercammen,
fixes bug 555972
* vapi/gtk+-2.0.vapi: regenerated
Modified:
trunk/ChangeLog
trunk/vapi/gtk+-2.0.vapi
trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
Modified: trunk/vapi/gtk+-2.0.vapi
==============================================================================
--- trunk/vapi/gtk+-2.0.vapi (original)
+++ trunk/vapi/gtk+-2.0.vapi Fri Oct 17 11:03:38 2008
@@ -1,4 +1,4 @@
-/* gtk+-2.0.vapi generated by vapigen, do not modify. */
+/* gtk+-2.0.vapi generated by lt-vapigen, do not modify. */
[CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_")]
namespace Gtk {
@@ -5706,7 +5706,7 @@
public void get_cell_area (Gtk.TreePath path, Gtk.TreeViewColumn column, out Gdk.Rectangle rect);
public weak Gtk.TreeViewColumn get_column (int n);
public weak GLib.List get_columns ();
- public void get_cursor (out weak Gtk.TreePath path, out weak Gtk.TreeViewColumn focus_column);
+ public void get_cursor (out Gtk.TreePath? path, out weak Gtk.TreeViewColumn? focus_column);
public bool get_dest_row_at_pos (int drag_x, int drag_y, out Gtk.TreePath? path, out Gtk.TreeViewDropPosition pos);
public void get_drag_dest_row (out Gtk.TreePath? path, out Gtk.TreeViewDropPosition pos);
public bool get_enable_search ();
Modified: trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata (original)
+++ trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata Fri Oct 17 11:03:38 2008
@@ -435,6 +435,8 @@
gtk_tree_view_column_set_cell_data_func.destroy hidden="1"
gtk_tree_view_get_background_area.rect is_out="1"
gtk_tree_view_get_cell_area.rect is_out="1"
+gtk_tree_view_get_cursor.path value_owned="1" nullable="1"
+gtk_tree_view_get_cursor.focus_column nullable="1"
gtk_tree_view_get_path_at_pos.path value_owned="1" nullable="1"
gtk_tree_view_get_path_at_pos.column nullable="1"
gtk_tree_view_get_path_at_pos.cell_x is_out="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]