/soc/2013/ankitkv/gobjectification: a84be725efad: Merge gtkdoc-c...

Ankit Vani a at nevitus.org
Mon Feb 3 16:21:10 EST 2014


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

Description:

Merge gtkdoc-conversion

diffstat:

 libpurple/account.h                      |    2 +-
 libpurple/accounts.h                     |    2 +-
 libpurple/blistnode.h                    |    2 +-
 libpurple/blistnodetypes.h               |    2 +-
 libpurple/ciphers/md4hash.h              |    2 +-
 libpurple/conversation.h                 |    2 +-
 libpurple/conversations.h                |    2 +-
 libpurple/conversationtypes.h            |    2 +-
 libpurple/core.h                         |    2 +-
 libpurple/dbus-maybe.h                   |    2 +-
 libpurple/dnssrv.h                       |    2 +-
 libpurple/e2ee.h                         |    2 +-
 libpurple/imgstore.h                     |    2 +-
 libpurple/media.h                        |    2 +-
 libpurple/media/backend-iface.h          |    2 +-
 libpurple/mediamanager.h                 |    2 +-
 libpurple/mime.h                         |    2 +-
 libpurple/ntlm.h                         |    2 +-
 libpurple/pluginpref.h                   |    2 +-
 libpurple/presence.h                     |    2 +-
 libpurple/protocols/gg/account.c         |    8 +-
 libpurple/protocols/gg/avatar.c          |   15 +-
 libpurple/protocols/gg/blist.c           |    2 +-
 libpurple/protocols/gg/chat.c            |   32 +++-
 libpurple/protocols/gg/chat.h            |   27 ++
 libpurple/protocols/gg/deprecated.c      |    8 +-
 libpurple/protocols/gg/edisc.c           |   27 ++
 libpurple/protocols/gg/edisc.h           |   27 ++
 libpurple/protocols/gg/gg.c              |   54 ++--
 libpurple/protocols/gg/html.c            |   27 ++
 libpurple/protocols/gg/html.h            |   27 ++
 libpurple/protocols/gg/image.c           |   54 ++--
 libpurple/protocols/gg/keymapper.c       |   27 ++
 libpurple/protocols/gg/keymapper.h       |   27 ++
 libpurple/protocols/gg/libgadu-events.c  |   12 +-
 libpurple/protocols/gg/libgaduw.c        |   22 +-
 libpurple/protocols/gg/libgaduw.h        |    2 +-
 libpurple/protocols/gg/message-prpl.c    |   55 ++++-
 libpurple/protocols/gg/message-prpl.h    |   27 ++
 libpurple/protocols/gg/multilogon.c      |    1 -
 libpurple/protocols/gg/pubdir-prpl.c     |  145 +++++++-------
 libpurple/protocols/gg/purplew.c         |   25 +-
 libpurple/protocols/gg/purplew.h         |    4 +-
 libpurple/protocols/gg/resolver-purple.c |   40 ++--
 libpurple/protocols/gg/roster.c          |  303 +++++++++++++++---------------
 libpurple/protocols/gg/roster.h          |   12 +-
 libpurple/protocols/gg/servconn.c        |    8 +-
 libpurple/protocols/gg/status.c          |   56 ++--
 libpurple/protocols/gg/status.h          |    4 +-
 libpurple/protocols/gg/tcpsocket.c       |   27 ++
 libpurple/protocols/gg/tcpsocket.h       |   27 ++
 libpurple/protocols/gg/utils.c           |   32 +-
 libpurple/protocols/gg/validator.c       |   24 +-
 libpurple/protocols/gg/xml.c             |   34 +-
 libpurple/purple-socket.h                |    2 +-
 libpurple/sound-theme-loader.h           |    2 +-
 libpurple/sound-theme.h                  |    2 +-
 libpurple/status.h                       |    2 +-
 libpurple/stringref.h                    |    2 +-
 libpurple/theme-loader.h                 |    2 +-
 libpurple/theme.h                        |    2 +-
 libpurple/whiteboard.h                   |    2 +-
 62 files changed, 805 insertions(+), 473 deletions(-)

diffs (truncated from 3678 to 300 lines):

diff --git a/libpurple/account.h b/libpurple/account.h
--- a/libpurple/account.h
+++ b/libpurple/account.h
@@ -22,7 +22,7 @@
  * SECTION:account
  * @section_id: libpurple-account
  * @short_description: <filename>account.h</filename>
- * @title: Account object
+ * @title: Account Object
  */
 
 #ifndef _PURPLE_ACCOUNT_H_
diff --git a/libpurple/accounts.h b/libpurple/accounts.h
--- a/libpurple/accounts.h
+++ b/libpurple/accounts.h
@@ -22,7 +22,7 @@
  * SECTION:accounts
  * @section_id: libpurple-accounts
  * @short_description: <filename>accounts.h</filename>
- * @title: Accounts subsystem API
+ * @title: Accounts Subsystem API
  * @see_also: <link linkend="chapter-signals-account">Account signals</link>
  */
 
diff --git a/libpurple/blistnode.h b/libpurple/blistnode.h
--- a/libpurple/blistnode.h
+++ b/libpurple/blistnode.h
@@ -22,7 +22,7 @@
  * SECTION:blistnode
  * @section_id: libpurple-blistnode
  * @short_description: <filename>blistnode.h</filename>
- * @title: Buddy list node and counting node types
+ * @title: Buddy List Node and Counting Node types
  */
 
 #ifndef _PURPLE_BLIST_NODE_H_
diff --git a/libpurple/blistnodetypes.h b/libpurple/blistnodetypes.h
--- a/libpurple/blistnodetypes.h
+++ b/libpurple/blistnodetypes.h
@@ -22,7 +22,7 @@
  * SECTION:blistnodetypes
  * @section_id: libpurple-blistnodetypes
  * @short_description: <filename>blistnodetypes.h</filename>
- * @title: Buddy, Chat, Contact and Group node objects
+ * @title: Buddy, Chat, Contact and Group node Objects
  */
 
 #ifndef _PURPLE_BLISTNODE_TYPES_H_
diff --git a/libpurple/ciphers/md4hash.h b/libpurple/ciphers/md4hash.h
--- a/libpurple/ciphers/md4hash.h
+++ b/libpurple/ciphers/md4hash.h
@@ -23,7 +23,7 @@
  * SECTION:md4hash
  * @section_id: libpurple-md4hash
  * @short_description: <filename>ciphers/md4hash.h</filename>
- * @title: MD4 hash
+ * @title: MD4 Hash
  */
 
 #ifndef PURPLE_MD4_HASH_H
diff --git a/libpurple/conversation.h b/libpurple/conversation.h
--- a/libpurple/conversation.h
+++ b/libpurple/conversation.h
@@ -22,7 +22,7 @@
  * SECTION:conversation
  * @section_id: libpurple-conversation
  * @short_description: <filename>conversation.h</filename>
- * @title: Conversation base class
+ * @title: Conversation Base Class
  */
 
 #ifndef _PURPLE_CONVERSATION_H_
diff --git a/libpurple/conversations.h b/libpurple/conversations.h
--- a/libpurple/conversations.h
+++ b/libpurple/conversations.h
@@ -22,7 +22,7 @@
  * SECTION:conversations
  * @section_id: libpurple-conversations
  * @short_description: <filename>conversations.h</filename>
- * @title: Conversations subsystem API
+ * @title: Conversations Subsystem API
  * @see_also: <link linkend="chapter-signals-conversation">Conversation signals</link>
  */
 
diff --git a/libpurple/conversationtypes.h b/libpurple/conversationtypes.h
--- a/libpurple/conversationtypes.h
+++ b/libpurple/conversationtypes.h
@@ -22,7 +22,7 @@
  * SECTION:conversationtypes
  * @section_id: libpurple-conversationtypes
  * @short_description: <filename>conversationtypes.h</filename>
- * @title: Chat and IM Conversation objects
+ * @title: Chat and IM Conversation Objects
  */
 
 #ifndef _PURPLE_CONVERSATION_TYPES_H_
diff --git a/libpurple/core.h b/libpurple/core.h
--- a/libpurple/core.h
+++ b/libpurple/core.h
@@ -22,7 +22,7 @@
  * SECTION:core
  * @section_id: libpurple-core
  * @short_description: <filename>core.h</filename>
- * @title: Startup and shutdown of libpurple
+ * @title: Startup and Shutdown of libpurple
  * @see_also: <link linkend="chapter-signals-core">Core signals</link>
  */
 
diff --git a/libpurple/dbus-maybe.h b/libpurple/dbus-maybe.h
--- a/libpurple/dbus-maybe.h
+++ b/libpurple/dbus-maybe.h
@@ -2,7 +2,7 @@
  * SECTION:dbus-maybe
  * @section_id: libpurple-dbus-maybe
  * @short_description: <filename>dbus-maybe.h</filename>
- * @title: DBUS wrappers
+ * @title: DBUS Wrappers
  *
  * This file contains macros that wrap calls to the purple dbus module.
  * These macros call the appropriate functions if the build includes
diff --git a/libpurple/dnssrv.h b/libpurple/dnssrv.h
--- a/libpurple/dnssrv.h
+++ b/libpurple/dnssrv.h
@@ -20,7 +20,7 @@
  * SECTION:dnssrv
  * @section_id: libpurple-dnssrv
  * @short_description: <filename>dnssrv.h</filename>
- * @title: DNS SRV utilities
+ * @title: DNS SRV Utilities
  */
 
 #ifndef _PURPLE_DNSSRV_H
diff --git a/libpurple/e2ee.h b/libpurple/e2ee.h
--- a/libpurple/e2ee.h
+++ b/libpurple/e2ee.h
@@ -22,7 +22,7 @@
  * SECTION:e2ee
  * @section_id: libpurple-e2ee
  * @short_description: <filename>e2ee.h</filename>
- * @title: End-to-end encryption API
+ * @title: End-to-end Encryption API
  */
 
 #ifndef _PURPLE_E2EE_H_
diff --git a/libpurple/imgstore.h b/libpurple/imgstore.h
--- a/libpurple/imgstore.h
+++ b/libpurple/imgstore.h
@@ -22,7 +22,7 @@
  * SECTION:imgstore
  * @section_id: libpurple-imgstore
  * @short_description: <filename>imgstore.h</filename>
- * @title: In-memory image data utility functions
+ * @title: In-memory Image data Utility functions
  * @see_also: <link linkend="chapter-signals-imgstore">Stored Image signals</link>
  *
  * This file contains utility functions for reference-counted in-memory image
diff --git a/libpurple/media.h b/libpurple/media.h
--- a/libpurple/media.h
+++ b/libpurple/media.h
@@ -22,7 +22,7 @@
  * SECTION:media
  * @section_id: libpurple-media
  * @short_description: <filename>media.h</filename>
- * @title: Media object API
+ * @title: Media Object API
  */
 
 #ifndef _PURPLE_MEDIA_H_
diff --git a/libpurple/media/backend-iface.h b/libpurple/media/backend-iface.h
--- a/libpurple/media/backend-iface.h
+++ b/libpurple/media/backend-iface.h
@@ -22,7 +22,7 @@
  * SECTION:backend-iface
  * @section_id: libpurple-backend-iface
  * @short_description: <filename>media/backend-iface.h</filename>
- * @title: Interface for media backends
+ * @title: Interface for Media Backends
  */
 
 #ifndef _MEDIA_BACKEND_IFACE_H_
diff --git a/libpurple/mediamanager.h b/libpurple/mediamanager.h
--- a/libpurple/mediamanager.h
+++ b/libpurple/mediamanager.h
@@ -22,7 +22,7 @@
  * SECTION:mediamanager
  * @section_id: libpurple-mediamanager
  * @short_description: <filename>mediamanager.h</filename>
- * @title: Media Manager object
+ * @title: Media Manager Object
  */
 
 #ifndef _PURPLE_MEDIA_MANAGER_H_
diff --git a/libpurple/mime.h b/libpurple/mime.h
--- a/libpurple/mime.h
+++ b/libpurple/mime.h
@@ -24,7 +24,7 @@
  * SECTION:mime
  * @section_id: libpurple-mime
  * @short_description: <filename>mime.h</filename>
- * @title: Multi-part MIME message parsing
+ * @title: Multi-part MIME Message Parsing
  *
  * Rudimentary parsing of multi-part MIME messages into more
  * accessible structures.
diff --git a/libpurple/ntlm.h b/libpurple/ntlm.h
--- a/libpurple/ntlm.h
+++ b/libpurple/ntlm.h
@@ -23,7 +23,7 @@
  * SECTION:ntlm
  * @section_id: libpurple-ntlm
  * @short_description: <filename>ntlm.h</filename>
- * @title: NTLM authentication
+ * @title: NTLM Authentication
  */
 
 #ifndef _PURPLE_NTLM_H
diff --git a/libpurple/pluginpref.h b/libpurple/pluginpref.h
--- a/libpurple/pluginpref.h
+++ b/libpurple/pluginpref.h
@@ -23,7 +23,7 @@
  * SECTION:pluginpref
  * @section_id: libpurple-pluginpref
  * @short_description: <filename>pluginpref.h</filename>
- * @title: Plugin Preferences frontend
+ * @title: Plugin Preferences Frontend
  */
 
 #ifndef _PURPLE_PLUGINPREF_H_
diff --git a/libpurple/presence.h b/libpurple/presence.h
--- a/libpurple/presence.h
+++ b/libpurple/presence.h
@@ -23,7 +23,7 @@
  * SECTION:presence
  * @section_id: libpurple-presence
  * @short_description: <filename>presence.h</filename>
- * @title: Presence objects API
+ * @title: Presence Objects API
  *
  * This file contains the presence base type, account presence, and buddy
  * presence API.
diff --git a/libpurple/protocols/gg/account.c b/libpurple/protocols/gg/account.c
--- a/libpurple/protocols/gg/account.c
+++ b/libpurple/protocols/gg/account.c
@@ -308,7 +308,7 @@ static void ggp_account_register_dialog_
 }
 
 #if 0
-// libgadu 1.12.x: use it for invalid token
+/* libgadu 1.12.x: use it for invalid token */
 static void ggp_account_register_dialog_invalid(
 	ggp_account_register_data *register_data, const gchar *message)
 {
@@ -342,7 +342,7 @@ static void ggp_account_register_respons
 	}
 	if (!success || !register_result->success)
 	{
-		//TODO (libgadu 1.12.x): check register_result->error
+		/* TODO (libgadu 1.12.x): check register_result->error */
 		purple_debug_error("gg", "ggp_account_register_response: "
 			"error\n");
 		purple_notify_error(NULL,
@@ -627,7 +627,7 @@ static void ggp_account_chpass_response(
 	}
 	if (!success || !chpass_result->success)
 	{
-		//TODO (libgadu 1.12.x): check chpass_result->error
+		/* TODO (libgadu 1.12.x): check chpass_result->error */
 		purple_debug_error("gg", "ggp_account_chpass_response: "
 			"error\n");
 		purple_notify_error(NULL,
@@ -651,6 +651,6 @@ static void ggp_account_chpass_response(
 
 	ggp_account_chpass_data_free(chpass_data);
 
-	//TODO: reconnect / check how it is done in original client
+	/* TODO: reconnect / check how it is done in original client */
 	purple_account_disconnect(account);
 }
diff --git a/libpurple/protocols/gg/avatar.c b/libpurple/protocols/gg/avatar.c
--- a/libpurple/protocols/gg/avatar.c
+++ b/libpurple/protocols/gg/avatar.c
@@ -37,7 +37,7 @@
 #include "utils.h"
 #include "oauth/oauth-purple.h"
 
-// Common
+/* Common */
 
 static inline ggp_avatar_session_data *
 ggp_avatar_get_avdata(PurpleConnection *gc);
@@ -47,7 +47,7 @@ static gboolean ggp_avatar_timer_cb(gpoi
 #define GGP_AVATAR_USERAGENT "GG Client build 11.0.0.7562"
 #define GGP_AVATAR_SIZE_MAX 1048576
 
-// Buddy avatars updating
+/* Buddy avatars updating */
 
 typedef struct
 {
@@ -64,7 +64,7 @@ static void ggp_avatar_buddy_update_rece



More information about the Commits mailing list