[libpeas] Fix two "no link for" gtk-doc warnings



commit dabc253f96130781e59c314aa4f17ad2e7d41e25
Author: Garrett Regier <garrettregier gmail com>
Date:   Wed Sep 21 07:38:22 2011 -0700

    Fix two "no link for" gtk-doc warnings

 libpeas-gtk/peas-gtk-configurable.c |    4 ++--
 libpeas/peas-object-module.h        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libpeas-gtk/peas-gtk-configurable.c b/libpeas-gtk/peas-gtk-configurable.c
index b1fc603..a2363d4 100644
--- a/libpeas-gtk/peas-gtk-configurable.c
+++ b/libpeas-gtk/peas-gtk-configurable.c
@@ -36,8 +36,8 @@
  * the #PeasGtkConfigurable interface.
  *
  * To allow plugin configuration from the #PeasGtkPluginManager, the
- * plugin writer will just need to implement the create_configure_widget()
- * method.
+ * plugin writer will just need to implement the
+ * PeasGtkConfigurableInterface.create_configure_widget() method.
  **/
 
 G_DEFINE_INTERFACE(PeasGtkConfigurable, peas_gtk_configurable, G_TYPE_OBJECT)
diff --git a/libpeas/peas-object-module.h b/libpeas/peas-object-module.h
index 78ccb57..9cd599e 100644
--- a/libpeas/peas-object-module.h
+++ b/libpeas/peas-object-module.h
@@ -50,7 +50,7 @@ typedef struct _PeasObjectModulePrivate  PeasObjectModulePrivate;
  * A #PeasFactoryFunc is a factory function which will instanciate a new
  * extension of a given type. g_object_newv() is such a function.
  *
- * It is used with peas_object_module_register_object_factory().
+ * It is used with peas_object_module_register_extension_factory().
  *
  * Return value: (transfer full): The created object.
  */



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