diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-07 07:23:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-09 02:53:45 +0800 |
commit | fa9051e04051156a9e11e2af72a0d7342f4ea2e4 (patch) | |
tree | 0d064bddb366257c660722359dc33f5ef3c610c7 /e-util/e-util.h | |
parent | c9e7aa7aee6b407659843131cc8becdafa71992a (diff) | |
download | gsoc2013-evolution-fa9051e04051156a9e11e2af72a0d7342f4ea2e4.tar.gz gsoc2013-evolution-fa9051e04051156a9e11e2af72a0d7342f4ea2e4.tar.zst gsoc2013-evolution-fa9051e04051156a9e11e2af72a0d7342f4ea2e4.zip |
Finish killing Bonobo.
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 33bc940df7..1e2320914e 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -41,6 +41,8 @@ typedef enum { E_FOCUS_END } EFocus; +typedef void (*ETypeFunc) (GType type, gpointer user_data); + const gchar * e_get_user_data_dir (void); const gchar * e_get_accels_filename (void); void e_show_uri (GtkWindow *parent, @@ -59,6 +61,9 @@ void e_action_group_remove_all_actions (GtkActionGroup *action_group); GtkRadioAction *e_radio_action_get_current_action (GtkRadioAction *radio_action); +void e_type_traverse (GType parent_type, + ETypeFunc func, + gpointer user_data); gchar * e_str_without_underscores (const gchar *s); gint e_str_compare (gconstpointer x, |