diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-21 10:32:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-21 10:33:19 +0800 |
commit | 28de5cf05a31122a72c4c4fe49d958f8ba952c1f (patch) | |
tree | 4b1ddeebeae34a02d36488a51c5eb5e16240773a /e-util/e-util.h | |
parent | 5606859f3adc9c8b5b3180cd2711948ef413033a (diff) | |
download | gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.tar.gz gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.tar.zst gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.zip |
Bug 595119 - Crash while trying to add a new category in contact
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 83b3141232..68abcd4cba 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -61,6 +61,8 @@ void e_action_group_remove_all_actions (GtkActionGroup *action_group); 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); |