[gtk+] Correct annotations for gtk_tree_view_get_path_at_pos
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Correct annotations for gtk_tree_view_get_path_at_pos
- Date: Tue, 23 Feb 2010 17:54:40 +0000 (UTC)
commit 1e381138f37fed8a479ef59c888e91a17f7ee857
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Feb 23 12:36:24 2010 -0500
Correct annotations for gtk_tree_view_get_path_at_pos
Patch by Alan Knowles, bug 609514.
gtk/gtktreeview.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 9e2e48a..817a2ec 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -12721,10 +12721,10 @@ gtk_tree_view_get_bin_window (GtkTreeView *tree_view)
* @tree_view: A #GtkTreeView.
* @x: The x position to be identified (relative to bin_window).
* @y: The y position to be identified (relative to bin_window).
- * @path: (allow-none): A pointer to a #GtkTreePath pointer to be filled in, or %NULL
- * @column: (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
- * @cell_x: (allow-none): A pointer where the X coordinate relative to the cell can be placed, or %NULL
- * @cell_y: (allow-none): A pointer where the Y coordinate relative to the cell can be placed, or %NULL
+ * @path: (out) (allow-none): A pointer to a #GtkTreePath pointer to be filled in, or %NULL
+ * @column: (out) (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
+ * @cell_x: (out) (allow-none): A pointer where the X coordinate relative to the cell can be placed, or %NULL
+ * @cell_y: (out) (allow-none): A pointer where the Y coordinate relative to the cell can be placed, or %NULL
*
* Finds the path at the point (@x, @y), relative to bin_window coordinates
* (please see gtk_tree_view_get_bin_window()).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]