aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-selection-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-08-29 22:44:16 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-08-29 23:22:28 +0800
commit4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9 (patch)
treece1154c5d7487fbd566c5b68df90fb8259b4604e /widgets/misc/e-selection-model.h
parente6c42ecc596fb16247e8d1d591a5d244a61d0e24 (diff)
downloadgsoc2013-evolution-4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9.tar
gsoc2013-evolution-4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9.tar.gz
gsoc2013-evolution-4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9.tar.bz2
gsoc2013-evolution-4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9.tar.lz
gsoc2013-evolution-4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9.tar.xz
gsoc2013-evolution-4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9.tar.zst
gsoc2013-evolution-4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'widgets/misc/e-selection-model.h')
-rw-r--r--widgets/misc/e-selection-model.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/widgets/misc/e-selection-model.h b/widgets/misc/e-selection-model.h
index a96b6e8be6..355734b6a5 100644
--- a/widgets/misc/e-selection-model.h
+++ b/widgets/misc/e-selection-model.h
@@ -136,7 +136,8 @@ void e_selection_model_right_click_down
guint row,
guint col,
GdkModifierType state);
-void e_selection_model_right_click_up(ESelectionModel *selection);
+void e_selection_model_right_click_up
+ (ESelectionModel *selection);
gboolean e_selection_model_key_press (ESelectionModel *esm,
GdkEventKey *key);
void e_selection_model_select_as_key_press
@@ -153,14 +154,16 @@ void e_selection_model_foreach (ESelectionModel *esm,
EForeachFunc callback,
gpointer closure);
void e_selection_model_clear (ESelectionModel *esm);
-gint e_selection_model_selected_count(ESelectionModel *esm);
+gint e_selection_model_selected_count
+ (ESelectionModel *esm);
void e_selection_model_select_all (ESelectionModel *esm);
void e_selection_model_invert_selection
(ESelectionModel *esm);
gint e_selection_model_row_count (ESelectionModel *esm);
/* Private virtual Functions */
-void e_selection_model_change_one_row(ESelectionModel *esm,
+void e_selection_model_change_one_row
+ (ESelectionModel *esm,
gint row,
gboolean on);
void e_selection_model_change_cursor (ESelectionModel *esm,
@@ -182,7 +185,8 @@ void e_selection_model_set_selection_end
gint row);
/* Signals */
-void e_selection_model_cursor_changed(ESelectionModel *selection,
+void e_selection_model_cursor_changed
+ (ESelectionModel *selection,
gint row,
gint col);
void e_selection_model_cursor_activated