aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-selection-model.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-26 04:55:07 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-26 04:55:07 +0800
commit120687c8a8b3b7df579f2dcad8badefb67e4d30b (patch)
tree5dfbe79433eff40d91083d1b74ac7ad8f227b40c /widgets/table/e-table-selection-model.h
parentcbaec9459607a60bf56a727f74ffd45de0543207 (diff)
downloadgsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar
gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.gz
gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.bz2
gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.lz
gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.xz
gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.zst
gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.zip
Added comments to the bit field code.
2000-07-25 Christopher James Lahey <clahey@helixcode.com> * e-table-selection-model.c: Added comments to the bit field code. * e-table-selection-model.h: Made the selection data guint32s. svn path=/trunk/; revision=4329
Diffstat (limited to 'widgets/table/e-table-selection-model.h')
-rw-r--r--widgets/table/e-table-selection-model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-selection-model.h b/widgets/table/e-table-selection-model.h
index 8b7d0a0507..7fb6158ad2 100644
--- a/widgets/table/e-table-selection-model.h
+++ b/widgets/table/e-table-selection-model.h
@@ -23,7 +23,7 @@ typedef struct {
ETableModel *model;
gint row_count;
- guint *selection;
+ guint32 *selection;
gint cursor_row;
gint cursor_col;