summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-base.c
diff options
context:
space:
mode:
authorGarrett Regier <garrett.regier@riftio.com>2014-10-28 08:42:15 -0700
committerGarrett Regier <garrett.regier@riftio.com>2014-11-04 05:49:43 -0800
commit41331aa6c52dbc29af727a6d0db9a43fcdc03c57 (patch)
tree2e5544a645bf5ab57e0cd6a4094bd435dc4ed783 /libpeas/peas-extension-base.c
parentb25faeb9e0e95e1377c0200ce16648255b86f479 (diff)
downloadlibpeas-41331aa6c52dbc29af727a6d0db9a43fcdc03c57.tar.gz
Remove support for seed-based Javascript plugins
The seed bindings lack subclassing support and as such are holding back the capabilities that libpeas can depend on for certain features that plugins are expected to use. The bindings are also rather unmaintained these days. https://bugzilla.gnome.org/show_bug.cgi?id=739306
Diffstat (limited to 'libpeas/peas-extension-base.c')
-rw-r--r--libpeas/peas-extension-base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpeas/peas-extension-base.c b/libpeas/peas-extension-base.c
index 27a61f9..3434fba 100644
--- a/libpeas/peas-extension-base.c
+++ b/libpeas/peas-extension-base.c
@@ -37,8 +37,8 @@
* access the related #PeasPluginInfo, and especially the location where all
* the data of your plugin lives.
*
- * Non-C extensions will usually not inherit from this class: Python and
- * Seed plugins automatically get a "plugin_info" attribute that serves
+ * Non-C extensions will usually not inherit from this class: Python
+ * plugins automatically get a "plugin_info" attribute that serves
* the same purpose.
**/