diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-16 00:05:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-16 00:22:35 +0800 |
commit | 697ef7b8456ed8e1e5d8522bcc60fdf5dccc55ec (patch) | |
tree | 6d4f5bc89b3977d719decf78a2e293de9b38244a /e-util/e-util.h | |
parent | a252955be647fbe189d371f936cb74164e9731fc (diff) | |
download | gsoc2013-evolution-697ef7b8456ed8e1e5d8522bcc60fdf5dccc55ec.tar.gz gsoc2013-evolution-697ef7b8456ed8e1e5d8522bcc60fdf5dccc55ec.tar.zst gsoc2013-evolution-697ef7b8456ed8e1e5d8522bcc60fdf5dccc55ec.zip |
Move some GBinding transform funcs to libedataserver.
Removes: e_binding_transform_enum_value_to_nick()
e_binding_transform_enum_nick_to_value()
Those functions now live in libedataserver/e-data-server-util.h,
which e-util.h already includes.
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 1117781186..de2a817171 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -137,7 +137,7 @@ void e_util_set_source_combo_box_list (GtkWidget *source_combo_box, const gchar *source_gconf_path); -/* Useful GBinding transformation functions */ +/* Useful GBinding transform functions */ gboolean e_binding_transform_color_to_string (GBinding *binding, const GValue *source_value, @@ -148,16 +148,6 @@ gboolean e_binding_transform_string_to_color const GValue *source_value, GValue *target_value, gpointer not_used); -gboolean e_binding_transform_enum_value_to_nick - (GBinding *binding, - const GValue *source_value, - GValue *target_value, - gpointer not_used); -gboolean e_binding_transform_enum_nick_to_value - (GBinding *binding, - const GValue *source_value, - GValue *target_value, - gpointer not_used); gboolean e_binding_transform_source_to_uid (GBinding *binding, const GValue *source_value, |