From 53bc6ffc531d7a7188e15be245a31f301090ee15 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 10 Sep 2011 11:47:15 -0400 Subject: The EExtension framework is now in libebackend. The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution. --- e-util/e-util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index 8463fd4a7b..cb88a90644 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -69,9 +69,6 @@ GtkRadioAction *e_radio_action_get_current_action (GtkRadioAction *radio_action); void e_categories_add_change_hook (GHookFunc func, gpointer object); -void e_type_traverse (GType parent_type, - ETypeFunc func, - gpointer user_data); gchar * e_str_without_underscores (const gchar *string); gint e_str_compare (gconstpointer x, -- cgit v1.2.3