summaryrefslogtreecommitdiff
path: root/libpeas/peas-engine.h
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2010-08-17 02:12:46 +0200
committerSteve Frécinaux <code@istique.net>2010-08-17 02:15:10 +0200
commite7609429f7b983c438bf6c5355d5b880240c5c2e (patch)
tree6f69273f65b8988ed2d01a820d263478c48794e5 /libpeas/peas-engine.h
parentdb49c06e0478bae5cfb4a3202c904c9af1f4117f (diff)
downloadlibpeas-e7609429f7b983c438bf6c5355d5b880240c5c2e.tar.gz
[PeasEngine] Kill the "base module dir" property.
This property was useful to tell libpeas where to find legacy bindings for the application (like pygtk-style bindings), but it's totally useless and unused as of today: custom binding modules should be made available through the overrides capabilities of bindings. This commit changes the API of peas_engine_new()
Diffstat (limited to 'libpeas/peas-engine.h')
-rw-r--r--libpeas/peas-engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpeas/peas-engine.h b/libpeas/peas-engine.h
index 5e32d98..2288ba7 100644
--- a/libpeas/peas-engine.h
+++ b/libpeas/peas-engine.h
@@ -69,7 +69,6 @@ struct _PeasEngineClass {
GType peas_engine_get_type (void) G_GNUC_CONST;
PeasEngine *peas_engine_new (const gchar *app_name,
- const gchar *base_module_dir,
const gchar **search_paths);
/* plugin management */