diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-12-04 19:21:55 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-12-04 19:21:55 +0800 |
commit | 1994bab834d2b5d31608dd7c48882e673291d320 (patch) | |
tree | 53ec15da4c7acdd6631d7888f1ca847c63e04461 /widgets/table/e-table-group.c | |
parent | ec65c861a6b515529474629a3b04a8a2099e51e4 (diff) | |
download | gsoc2013-evolution-1994bab834d2b5d31608dd7c48882e673291d320.tar gsoc2013-evolution-1994bab834d2b5d31608dd7c48882e673291d320.tar.gz gsoc2013-evolution-1994bab834d2b5d31608dd7c48882e673291d320.tar.bz2 gsoc2013-evolution-1994bab834d2b5d31608dd7c48882e673291d320.tar.lz gsoc2013-evolution-1994bab834d2b5d31608dd7c48882e673291d320.tar.xz gsoc2013-evolution-1994bab834d2b5d31608dd7c48882e673291d320.tar.zst gsoc2013-evolution-1994bab834d2b5d31608dd7c48882e673291d320.zip |
Merging changes:
2001-12-04 Christopher James Lahey <clahey@ximian.com>
* e-table-group.c, e-table.c, e-tree.c: Changed some comments.
Added a bunch of documentation here.
svn path=/trunk/; revision=14861
Diffstat (limited to 'widgets/table/e-table-group.c')
-rw-r--r-- | widgets/table/e-table-group.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/table/e-table-group.c b/widgets/table/e-table-group.c index 8f485eac68..8606502154 100644 --- a/widgets/table/e-table-group.c +++ b/widgets/table/e-table-group.c @@ -387,10 +387,10 @@ e_table_group_compute_location (ETableGroup *etg, int *x, int *y, int *row, int * @row: A pointer to the row number to find. * @col: A pointer to the col number to find. * - * This routine finds the view cell (row, col) in the %ETableGroup. - * If that location is in the %ETableGroup *x and *y are set to the + * This routine finds the view cell (row, col) in the #ETableGroup. + * If that location is in the #ETableGroup *@x and *@y are set to the * upper left hand corner of the cell found. If that location is not - * in the %ETableGroup, the number of rows in the %ETableGroup is + * in the #ETableGroup, the number of rows in the #ETableGroup is * removed from the value row points to. */ void |