aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-plugin.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-05-04 03:45:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-05-04 04:09:48 +0800
commit381c91c0d23f717e07da16ab6df56a655b5388b5 (patch)
tree7d44f39780ab1fdfce4ec4df7153a7feac7fe394 /e-util/e-plugin.h
parent32e4f0814d464ebf175f7a39e56fb41fcd73f70d (diff)
downloadgsoc2013-evolution-381c91c0d23f717e07da16ab6df56a655b5388b5.tar
gsoc2013-evolution-381c91c0d23f717e07da16ab6df56a655b5388b5.tar.gz
gsoc2013-evolution-381c91c0d23f717e07da16ab6df56a655b5388b5.tar.bz2
gsoc2013-evolution-381c91c0d23f717e07da16ab6df56a655b5388b5.tar.lz
gsoc2013-evolution-381c91c0d23f717e07da16ab6df56a655b5388b5.tar.xz
gsoc2013-evolution-381c91c0d23f717e07da16ab6df56a655b5388b5.tar.zst
gsoc2013-evolution-381c91c0d23f717e07da16ab6df56a655b5388b5.zip
Bug 675391 - Remove support for EVOLUTION_PLUGIN_PATH.
This was a hidden feature to load EPlugins from a custom location by setting the EVOLUTION_PLUGIN_PATH environment variable. It defaulted to $HOME/.eplugins, which is in violation of the XDG Base Directory Specification. Since I've never ever heard of anyone using this and wasn't even aware of it myself, rather than migrating the folder to a standard-compliant location I'm just going to drop support for EVOLUTION_PLUGIN_PATH and put my money on no one noticing. The EPlugin framework is gradually being decommissioned anyway in favor of the simpler and more flexible EExtension framework in Evolution-Data-Server.
Diffstat (limited to 'e-util/e-plugin.h')
-rw-r--r--e-util/e-plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-plugin.h b/e-util/e-plugin.h
index 1815665134..047d944193 100644
--- a/e-util/e-plugin.h
+++ b/e-util/e-plugin.h
@@ -129,7 +129,6 @@ struct _EPluginClass {
GType e_plugin_get_type (void);
gint e_plugin_construct (EPlugin *plugin,
xmlNodePtr root);
-void e_plugin_add_load_path (const gchar *path);
gint e_plugin_load_plugins (void);
GSList * e_plugin_list_plugins (void);
gpointer e_plugin_get_symbol (EPlugin *plugin,