From 691f1886c3988f89d6830e7d8901c37b2e8e8284 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 20 Oct 2004 07:42:49 +0000 Subject: check for empty trailing sections/pages after we exit the main loop. 2004-10-20 Not Zed * e-config.c (ec_rebuild): check for empty trailing sections/pages after we exit the main loop. * e-plugin.c (e_plugin_get_type): make ~/.eplugins the default eplugin location, not ~/.eplug. 2004-10-18 Not Zed * e-config.h: fix some forward decls. svn path=/trunk/; revision=27644 --- e-util/e-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util/e-config.h') diff --git a/e-util/e-config.h b/e-util/e-config.h index 96a6a7025a..b05990f625 100644 --- a/e-util/e-config.h +++ b/e-util/e-config.h @@ -239,13 +239,13 @@ void e_config_add_page_check(EConfig *, const char *pageid, EConfigCheckFunc, vo void e_config_set_target(EConfig *emp, EConfigTarget *target); struct _GtkWidget *e_config_create_widget(EConfig *); -GtkWidget *e_config_create_window(EConfig *emp, struct _GtkWindow *parent, const char *title); +struct _GtkWidget *e_config_create_window(EConfig *emp, struct _GtkWindow *parent, const char *title); void e_config_target_changed(EConfig *emp, e_config_target_change_t how); gboolean e_config_page_check(EConfig *, const char *); -GtkWidget *e_config_page_get(EConfig *ec, const char *pageid); +struct _GtkWidget *e_config_page_get(EConfig *ec, const char *pageid); const char *e_config_page_next(EConfig *ec, const char *pageid); const char *e_config_page_prev(EConfig *ec, const char *pageid); -- cgit v1.2.3