/soc/2013/ankitkv/gobjectification: 91e58d53fea9: Fix gtk-doc wa...

Ankit Vani a at nevitus.org
Tue Feb 4 07:25:07 EST 2014


Changeset: 91e58d53fea9c2ddb15803c9c208b70883fc8d89
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-04 17:48 +0530
Branch:	 soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/91e58d53fea9

Description:

Fix gtk-doc warnings

diffstat:

 finch/gntplugin.h  |  4 ++--
 pidgin/gtkplugin.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (42 lines):

diff --git a/finch/gntplugin.h b/finch/gntplugin.h
--- a/finch/gntplugin.h
+++ b/finch/gntplugin.h
@@ -81,7 +81,7 @@ struct _FinchPluginInfoClass {
 /**
  * finch_plugin_info_get_type:
  *
- * Returns the GType for the FinchPluginInfo object.
+ * Returns: The #GType for the #FinchPluginInfo object.
  */
 GType finch_plugin_info_get_type(void);
 
@@ -92,7 +92,7 @@ GType finch_plugin_info_get_type(void);
  *             name/value pairs, followed by %NULL
  *
  * Creates a new #FinchPluginInfo instance to be returned from
- * gplugin_plugin_query() of a finch plugin, using the provided name/value
+ * #plugin_query of a finch plugin, using the provided name/value
  * pairs.
  *
  * See purple_plugin_info_new() for a list of available property names.
diff --git a/pidgin/gtkplugin.h b/pidgin/gtkplugin.h
--- a/pidgin/gtkplugin.h
+++ b/pidgin/gtkplugin.h
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
 /**
  * pidgin_plugin_info_get_type:
  *
- * Returns the GType for the PidginPluginInfo object.
+ * Returns: The #GType for the #PidginPluginInfo object.
  */
 GType pidgin_plugin_info_get_type(void);
 
@@ -83,7 +83,7 @@ GType pidgin_plugin_info_get_type(void);
  *             name/value pairs, followed by %NULL
  *
  * Creates a new #PidginPluginInfo instance to be returned from
- * gplugin_plugin_query() of a pidgin plugin, using the provided name/value
+ * #plugin_query of a pidgin plugin, using the provided name/value
  * pairs.
  *
  * See purple_plugin_info_new() for a list of available property names.



More information about the Commits mailing list