[libpeas] Fix a comment to include the new GJS plugin loader



commit 3ac3d18f4c8f5e10090e3ca6575ab30d86d30127
Author: Garrett Regier <alias301 gmail com>
Date:   Sat Jun 11 15:42:48 2011 -0700

    Fix a comment to include the new GJS plugin loader

 libpeas/peas-extension-base.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libpeas/peas-extension-base.c b/libpeas/peas-extension-base.c
index 0804218..dcce526 100644
--- a/libpeas/peas-extension-base.c
+++ b/libpeas/peas-extension-base.c
@@ -37,9 +37,9 @@
  * 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
- * ones automatically get a "plugin_info" attribute that serves the same
- * purpose.
+ * Non-C extensions will usually not inherit from this class: Python, Seed
+ * and GJS plugins automatically get a "plugin_info" attribute that serves
+ * the same purpose.
  **/
 
 G_DEFINE_ABSTRACT_TYPE (PeasExtensionBase, peas_extension_base, G_TYPE_OBJECT);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]