/soc/2013/ankitkv/gobjectification: 38040771ae12: Remove @name f...
Ankit Vani
a at nevitus.org
Thu Feb 6 09:47:11 EST 2014
Changeset: 38040771ae12557cdb040d174340058a12b8eb66
Author: Ankit Vani <a at nevitus.org>
Date: 2014-02-06 20:12 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/38040771ae12
Description:
Remove @name from plugins.h
diffstat:
libpurple/plugins.h | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diffs (95 lines):
diff --git a/libpurple/plugins.h b/libpurple/plugins.h
--- a/libpurple/plugins.h
+++ b/libpurple/plugins.h
@@ -411,7 +411,7 @@ void type_name##_register_type(PurplePlu
G_BEGIN_DECLS
/**************************************************************************/
-/** @name Plugin API */
+/* Plugin API */
/**************************************************************************/
/*@{*/
@@ -423,9 +423,9 @@ G_BEGIN_DECLS
*
* Attempts to load a plugin.
*
+ * Also see purple_plugin_unload().
+ *
* Returns: %TRUE if successful or already loaded, %FALSE otherwise.
- *
- * @see purple_plugin_unload()
*/
gboolean purple_plugin_load(PurplePlugin *plugin, GError **error);
@@ -437,9 +437,9 @@ gboolean purple_plugin_load(PurplePlugin
*
* Unloads the specified plugin.
*
+ * Also see purple_plugin_load().
+ *
* Returns: %TRUE if successful or not loaded, %FALSE otherwise.
- *
- * @see purple_plugin_load()
*/
gboolean purple_plugin_unload(PurplePlugin *plugin, GError **error);
@@ -543,7 +543,7 @@ GSList *purple_plugin_get_dependent_plug
/*@}*/
/**************************************************************************/
-/** @name PluginInfo API */
+/* PluginInfo API */
/**************************************************************************/
/*@{*/
@@ -640,10 +640,10 @@ GType purple_plugin_info_get_type(void);
* </tbody></tgroup>
* </informaltable>
*
+ * See #PURPLE_PLUGIN_ABI_VERSION,
+ * <link linkend="chapter-plugin-ids">Plugin IDs</link>.
+ *
* Returns: A new #PurplePluginInfo instance.
- *
- * @see PURPLE_PLUGIN_ABI_VERSION
- * @see @ref plugin-ids
*/
PurplePluginInfo *purple_plugin_info_new(const char *first_property, ...)
G_GNUC_NULL_TERMINATED;
@@ -885,7 +885,7 @@ gpointer purple_plugin_info_get_ui_data(
/*@}*/
/**************************************************************************/
-/** @name PluginAction API */
+/* PluginAction API */
/**************************************************************************/
/*@{*/
@@ -918,7 +918,7 @@ void purple_plugin_action_free(PurplePlu
/*@}*/
/**************************************************************************/
-/** @name Plugins API */
+/* Plugins API */
/**************************************************************************/
/*@{*/
@@ -955,7 +955,7 @@ void purple_plugins_add_search_path(cons
* Forces a refresh of all plugins found in the search paths, and loads plugins
* that are to be auto-loaded.
*
- * @see purple_plugins_add_search_path()
+ * See purple_plugins_add_search_path().
*/
void purple_plugins_refresh(void);
@@ -1000,7 +1000,7 @@ void purple_plugins_load_saved(const cha
/*@}*/
/**************************************************************************/
-/** @name Plugins Subsystem API */
+/* Plugins Subsystem API */
/**************************************************************************/
/*@{*/
More information about the Commits
mailing list