From 2c1ee89734d65494a3a1938234ac564090af1dfe Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Jun 2007 20:56:30 +0000 Subject: [PATCH] Fix up docs svn path=/trunk/; revision=18150 --- ChangeLog | 2 ++ gtk/gtktreeview.c | 15 +++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1295f90f26..b10374e1e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2007-06-15 Matthias Clasen + + * gtk/gtktreeview.c: Fix up cross-references in docs. * gtk/Makefile.am: Don't install gtkbuilderprivate.h diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 474c2f0387..c1c7a6113f 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -12529,7 +12529,7 @@ gtk_tree_view_get_bin_window (GtkTreeView *tree_view) * @cell_y: 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 ()). + * (please see gtk_tree_view_get_bin_window()). * That is, @x and @y are relative to an events coordinates. @x and @y must * come from an event on the @tree_view only where event->window == * gtk_tree_view_get_bin_window (). It is primarily for @@ -12543,7 +12543,7 @@ gtk_tree_view_get_bin_window (GtkTreeView *tree_view) * * For converting widget coordinates (eg. the ones you get from * GtkWidget::query-tooltip), please see - * gtk_tree_view_convert_widget_to_bin_window_coords (). + * gtk_tree_view_convert_widget_to_bin_window_coords(). * * Return value: %TRUE if a row exists at that coordinate. **/ @@ -12799,7 +12799,7 @@ gtk_tree_view_get_background_area (GtkTreeView *tree_view, * * Fills @visible_rect with the currently-visible region of the * buffer, in tree coordinates. Convert to bin_window coordinates with - * gtk_tree_view_convert_tree_to_bin_window_coords (). + * gtk_tree_view_convert_tree_to_bin_window_coords(). * Tree coordinates start at 0,0 for row 0 of the tree, and cover the entire * scrollable area of the tree. **/ @@ -12836,7 +12836,7 @@ gtk_tree_view_get_visible_rect (GtkTreeView *tree_view, * Deprecated: 2.12: Due to historial reasons the name of this function is * incorrect. For converting coordinates relative to the widget to * bin_window coordinates, please see - * gtk_tree_view_convert_widget_to_bin_window_coords (). + * gtk_tree_view_convert_widget_to_bin_window_coords(). * **/ void @@ -12868,7 +12868,7 @@ gtk_tree_view_widget_to_tree_coords (GtkTreeView *tree_view, * Deprecated: 2.12: Due to historial reasons the name of this function is * incorrect. For converting bin_window coordinates to coordinates relative * to bin_window, please see - * gtk_tree_view_convert_bin_window_to_widget_coords (). + * gtk_tree_view_convert_bin_window_to_widget_coords(). * **/ void @@ -12960,7 +12960,7 @@ gtk_tree_view_convert_tree_to_widget_coords (GtkTreeView *tree_view, * @by: return location for bin_window Y coordinate * * Converts widget coordinates to coordinates for the bin_window - * (see gtk_tree_view_get_bin_window ()). + * (see gtk_tree_view_get_bin_window()). * * Since: 2.12 **/ @@ -12987,8 +12987,7 @@ gtk_tree_view_convert_widget_to_bin_window_coords (GtkTreeView *tree_view, * @wx: return location for widget X coordinate * @wy: return location for widget Y coordinate * - * Converts bin_window coordinates (see - * gtk_tree_view_get_bin_window ()