[libpeas] Fix some doc strings (replace PeasUI with PeasGtk)



commit 3e017846f32a02b14255979ea539b8cfc2710686
Author: Garrett Regier <alias301 gmail com>
Date:   Wed Dec 15 08:23:28 2010 -0800

    Fix some doc strings (replace PeasUI with PeasGtk)

 libpeas/peas-i18n.c        |    2 +-
 libpeas/peas-plugin-info.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libpeas/peas-i18n.c b/libpeas/peas-i18n.c
index 00c4b56..9440a01 100644
--- a/libpeas/peas-i18n.c
+++ b/libpeas/peas-i18n.c
@@ -32,7 +32,7 @@
  *
  * Returns the translated string from the libpeas translations.
  * This is an internal function and should only be used by
- * the internals of libpeas (such as libpeas or libpeasui).
+ * the internals of libpeas (such as libpeas or libpeas-gtk).
  *
  * Returns: the transation of @msgid to the current locale
  */
diff --git a/libpeas/peas-plugin-info.c b/libpeas/peas-plugin-info.c
index 0da28cd..ae483d0 100644
--- a/libpeas/peas-plugin-info.c
+++ b/libpeas/peas-plugin-info.c
@@ -382,7 +382,7 @@ peas_plugin_info_is_available (const PeasPluginInfo *info)
  * Gets is the plugin is a builtin plugin.
  *
  * A builtin plugin is a plugin which cannot be enabled or disabled by the
- * user through a plugin manager (like #PeasUIPluginManager). Loading or
+ * user through a plugin manager (like #PeasGtkPluginManager). Loading or
  * unloading such plugins is the responsibility of the application alone.
  * Most applications will usually load those plugins immediately after
  * the initialization of the #PeasEngine.



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