/soc/2013/ankitkv/gobjectification: c45c70779582: Remove @name f...

Ankit Vani a at nevitus.org
Fri Feb 7 07:45:15 EST 2014


Changeset: c45c7077958220d4671cc323d012ecb72cb8922b
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-07 18:01 +0530
Branch:	 soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/c45c70779582

Description:

Remove @name from new plugin and protocol stuff

diffstat:

 finch/gntplugin.h     |   2 +-
 libpurple/protocol.h  |  24 ++++++++++++------------
 libpurple/protocols.c |   2 +-
 libpurple/protocols.h |   6 +++---
 4 files changed, 17 insertions(+), 17 deletions(-)

diffs (165 lines):

diff --git a/finch/gntplugin.h b/finch/gntplugin.h
--- a/finch/gntplugin.h
+++ b/finch/gntplugin.h
@@ -74,7 +74,7 @@ struct _FinchPluginInfoClass {
 };
 
 /**********************************************************************
- * @name Plugin Info API
+ * Plugin Info API
  **********************************************************************/
 
 /**
diff --git a/libpurple/protocol.h b/libpurple/protocol.h
--- a/libpurple/protocol.h
+++ b/libpurple/protocol.h
@@ -741,7 +741,7 @@ struct _PurpleProtocolFactoryIface
 G_BEGIN_DECLS
 
 /**************************************************************************/
-/** @name Protocol Object API                                             */
+/* Protocol Object API                                                    */
 /**************************************************************************/
 
 /**
@@ -835,7 +835,7 @@ void purple_protocol_override(PurpleProt
 		PurpleProtocolOverrideFlags flags);
 
 /**************************************************************************/
-/** @name Protocol Class API                                              */
+/* Protocol Class API                                                     */
 /**************************************************************************/
 
 void purple_protocol_class_login(PurpleProtocol *, PurpleAccount *);
@@ -849,7 +849,7 @@ const char *purple_protocol_class_list_i
 		PurpleAccount *account, PurpleBuddy *buddy);
 
 /**************************************************************************/
-/** @name Protocol Client Interface API                                   */
+/* Protocol Client Interface API                                          */
 /**************************************************************************/
 
 /**
@@ -898,7 +898,7 @@ gssize purple_protocol_client_iface_get_
 		PurpleConversation *conv);
 
 /**************************************************************************/
-/** @name Protocol Server Interface API                                   */
+/* Protocol Server Interface API                                          */
 /**************************************************************************/
 
 /**
@@ -976,7 +976,7 @@ void purple_protocol_server_iface_get_pu
 		PurpleGetPublicAliasFailureCallback failure_cb);
 
 /**************************************************************************/
-/** @name Protocol IM Interface API                                       */
+/* Protocol IM Interface API                                              */
 /**************************************************************************/
 
 /**
@@ -993,7 +993,7 @@ unsigned int purple_protocol_im_iface_se
 		PurpleConnection *, const char *name, PurpleIMTypingState state);
 
 /**************************************************************************/
-/** @name Protocol Chat Interface API                                     */
+/* Protocol Chat Interface API                                            */
 /**************************************************************************/
 
 /**
@@ -1037,7 +1037,7 @@ void purple_protocol_chat_iface_set_topi
 		PurpleConnection *gc, int id, const char *topic);
 
 /**************************************************************************/
-/** @name Protocol Privacy Interface API                                  */
+/* Protocol Privacy Interface API                                         */
 /**************************************************************************/
 
 /**
@@ -1063,7 +1063,7 @@ void purple_protocol_privacy_iface_set_p
 		PurpleConnection *);
 
 /**************************************************************************/
-/** @name Protocol Xfer Interface API                                     */
+/* Protocol Xfer Interface API                                            */
 /**************************************************************************/
 
 /**
@@ -1083,7 +1083,7 @@ PurpleXfer *purple_protocol_xfer_iface_n
 		PurpleConnection *, const char *who);
 
 /**************************************************************************/
-/** @name Protocol Roomlist Interface API                                 */
+/* Protocol Roomlist Interface API                                        */
 /**************************************************************************/
 
 /**
@@ -1106,7 +1106,7 @@ char *purple_protocol_roomlist_iface_roo
 		PurpleRoomlistRoom *room);
 
 /**************************************************************************/
-/** @name Protocol Attention Interface API                                */
+/* Protocol Attention Interface API                                       */
 /**************************************************************************/
 
 /**
@@ -1123,7 +1123,7 @@ GList *purple_protocol_attention_iface_g
 		PurpleAccount *acct);
 
 /**************************************************************************/
-/** @name Protocol Media Interface API                                    */
+/* Protocol Media Interface API                                           */
 /**************************************************************************/
 
 /**
@@ -1140,7 +1140,7 @@ PurpleMediaCaps purple_protocol_media_if
 		PurpleAccount *account, const char *who);
 
 /**************************************************************************/
-/** @name Protocol Factory Interface API                                  */
+/* Protocol Factory Interface API                                         */
 /**************************************************************************/
 
 /**
diff --git a/libpurple/protocols.c b/libpurple/protocols.c
--- a/libpurple/protocols.c
+++ b/libpurple/protocols.c
@@ -685,7 +685,7 @@ purple_protocol_get_max_message_size(Pur
 }
 
 /**************************************************************************/
-/** @name Protocol Action API                                             */
+/* Protocol Action API                                                    */
 /**************************************************************************/
 
 PurpleProtocolAction *
diff --git a/libpurple/protocols.h b/libpurple/protocols.h
--- a/libpurple/protocols.h
+++ b/libpurple/protocols.h
@@ -332,7 +332,7 @@ PurpleProtocolAction *purple_protocol_ac
 void purple_protocol_action_free(PurpleProtocolAction *action);
 
 /**************************************************************************/
-/** @name Protocol Chat Entry API                                         */
+/* Protocol Chat Entry API                                                */
 /**************************************************************************/
 
 /**
@@ -343,7 +343,7 @@ void purple_protocol_action_free(PurpleP
 GType purple_protocol_chat_entry_get_type(void);
 
 /**************************************************************************/
-/** @name Protocol API                                                    */
+/* Protocol API                                                           */
 /**************************************************************************/
 
 /**
@@ -629,7 +629,7 @@ gboolean purple_protocols_remove(PurpleP
 GList *purple_protocols_get_all(void);
 
 /**************************************************************************/
-/** @name Protocols Subsytem API                                          */
+/* Protocols Subsytem API                                                 */
 /**************************************************************************/
 
 /**



More information about the Commits mailing list