From ae21bb5e661666159f212d008e0bacd850ec2cab Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 7 Dec 2010 15:30:15 -0600 Subject: Adapt libeutil to the new ESource API. --- e-util/e-util.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index bd9ad2dc05..af2232489e 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -32,7 +32,7 @@ #include #include -#include +#include /* e_get_user_data_dir() used to live here, so #include its new home * for backward-compatibility (not that we really care about that). */ @@ -131,10 +131,6 @@ GSList * e_util_get_category_filter_options (void); GList * e_util_get_searchable_categories (void); -void e_util_set_source_combo_box_list - (GtkWidget *source_combo_box, - const gchar *source_gconf_path); - /* Useful GBinding transform functions */ gboolean e_binding_transform_color_to_string (GBinding *binding, @@ -150,12 +146,12 @@ gboolean e_binding_transform_source_to_uid (GBinding *binding, const GValue *source_value, GValue *target_value, - ESourceList *source_list); + ESourceRegistry *registry); gboolean e_binding_transform_uid_to_source (GBinding *binding, const GValue *source_value, GValue *target_value, - ESourceList *source_list); + ESourceRegistry *registry); G_END_DECLS -- cgit