From 9f9d4803090b84a6b7c1851a716229455692992e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 20 Jun 2013 16:44:24 -0400 Subject: ETableSorter: Further cleanups. --- e-util/e-table-sorter.h | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'e-util/e-table-sorter.h') diff --git a/e-util/e-table-sorter.h b/e-util/e-table-sorter.h index a32116edf7..7dbba44311 100644 --- a/e-util/e-table-sorter.h +++ b/e-util/e-table-sorter.h @@ -1,4 +1,6 @@ /* + * e-table-sorter.h + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -12,20 +14,14 @@ * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * - * - * Authors: - * Chris Lahey - * - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * */ #if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION) #error "Only should be included directly." #endif -#ifndef _E_TABLE_SORTER_H_ -#define _E_TABLE_SORTER_H_ +#ifndef E_TABLE_SORTER_H +#define E_TABLE_SORTER_H #include #include @@ -71,13 +67,13 @@ struct _ETableSorter { gint *sorted; gint *backsorted; - gint table_model_changed_id; - gint table_model_row_changed_id; - gint table_model_cell_changed_id; - gint table_model_rows_inserted_id; - gint table_model_rows_deleted_id; - gint sort_info_changed_id; - gint group_info_changed_id; + gulong table_model_changed_id; + gulong table_model_row_changed_id; + gulong table_model_cell_changed_id; + gulong table_model_rows_inserted_id; + gulong table_model_rows_deleted_id; + gulong sort_info_changed_id; + gulong group_info_changed_id; }; struct _ETableSorterClass { @@ -91,4 +87,4 @@ ETableSorter * e_table_sorter_new (ETableModel *etm, G_END_DECLS -#endif /* _E_TABLE_SORTER_H_ */ +#endif /* E_TABLE_SORTER_H */ -- cgit v1.2.3