summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2011-09-21 07:38:22 -0700
committerGarrett Regier <garrettregier@gmail.com>2011-09-23 01:52:23 -0700
commitdabc253f96130781e59c314aa4f17ad2e7d41e25 (patch)
tree2387f627a1b91cb104e74638e822cc5397e3ee1b
parent5ec8852096d6810272efc15b652bbe3492a75ae2 (diff)
downloadlibpeas-dabc253f96130781e59c314aa4f17ad2e7d41e25.tar.gz
Fix two "no link for" gtk-doc warnings
-rw-r--r--libpeas-gtk/peas-gtk-configurable.c4
-rw-r--r--libpeas/peas-object-module.h2
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.
*/