From ad6b3f483d22a00070f60b69855e72563d9895ea Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 20 Jun 2013 15:58:05 -0400 Subject: Convert ESorter to an interface. --- e-util/e-sorter-array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util/e-sorter-array.h') diff --git a/e-util/e-sorter-array.h b/e-util/e-sorter-array.h index 04899d21b6..468c320e8f 100644 --- a/e-util/e-sorter-array.h +++ b/e-util/e-sorter-array.h @@ -61,7 +61,7 @@ typedef gint (*ECompareRowsFunc) (gint row1, typedef GHashTable * (*ECreateCmpCacheFunc) (gpointer closure); struct _ESorterArray { - ESorter parent; + GObject parent; GHashTable *cmp_cache; ECreateCmpCacheFunc create_cmp_cache; @@ -77,7 +77,7 @@ struct _ESorterArray { }; struct _ESorterArrayClass { - ESorterClass parent_class; + GObjectClass parent_class; }; GType e_sorter_array_get_type (void) G_GNUC_CONST; -- cgit v1.2.3