/soc/2013/ankitkv/gobjectification: 98b761371c33: Organize new f...
Ankit Vani
a at nevitus.org
Sun Aug 18 18:35:50 EDT 2013
Changeset: 98b761371c33e4ebfb01fbcd2583d8e7d5e0388d
Author: Ankit Vani <a at nevitus.org>
Date: 2013-08-19 04:05 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/98b761371c33
Description:
Organize new functions
diffstat:
libpurple/protocol.h | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diffs (41 lines):
diff --git a/libpurple/protocol.h b/libpurple/protocol.h
--- a/libpurple/protocol.h
+++ b/libpurple/protocol.h
@@ -1035,16 +1035,37 @@ PurpleProtocolAction *purple_protocol_ac
*/
void purple_protocol_action_free(PurpleProtocolAction *action);
+/*@}*/
+
+/**************************************************************************/
+/** @name Buddy Icon Spec API */
+/**************************************************************************/
+/*@{*/
+
/** TODO
* Returns the GType for the #PurpleBuddyIconSpec boxed structure.
*/
GType purple_buddy_icon_spec_get_type(void);
+/*@}*/
+
+/**************************************************************************/
+/** @name Thumbnail API */
+/**************************************************************************/
+/*@{*/
+
/** TODO
* Returns the GType for the #PurpleThumbnailSpec boxed structure.
*/
GType purple_thumbnail_spec_get_type(void);
+/*@}*/
+
+/**************************************************************************/
+/** @name Protocol Chat Entry API */
+/**************************************************************************/
+/*@{*/
+
/** TODO
* Returns the GType for the #PurpleProtocolChatEntry boxed structure.
*/
More information about the Commits
mailing list