summaryrefslogtreecommitdiff
path: root/libpurple/protocols.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-06 03:17:59 +0530
committerAnkit Vani <a@nevitus.org>2014-02-06 03:17:59 +0530
commitb6fabf3e37b9676abfa0a20a3fd4a230591a75d8 (patch)
treeff23260088fb872de47519e616f3c0a8d5ca96f4 /libpurple/protocols.h
parent11e55000bfdaaac240650f823258da21fbe351c8 (diff)
downloadpidgin-b6fabf3e37b9676abfa0a20a3fd4a230591a75d8.tar.gz
Fix some gtk-doc warnings in protocol(s).h (not all)
Diffstat (limited to 'libpurple/protocols.h')
-rw-r--r--libpurple/protocols.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/protocols.h b/libpurple/protocols.h
index f27a5f48f7..3faf78ec8b 100644
--- a/libpurple/protocols.h
+++ b/libpurple/protocols.h
@@ -176,7 +176,7 @@ G_BEGIN_DECLS
/**
* purple_attention_type_get_type:
*
- * Returns the GType for the #PurpleAttentionType boxed structure.
+ * Returns: The #GType for the #PurpleAttentionType boxed structure.
*/
GType purple_attention_type_get_type(void);
@@ -312,7 +312,7 @@ const char *purple_attention_type_get_unlocalized_name(const PurpleAttentionType
/**
* purple_protocol_action_get_type:
*
- * Returns the GType for the #PurpleProtocolAction boxed structure.
+ * Returns: The #GType for the #PurpleProtocolAction boxed structure.
*/
GType purple_protocol_action_get_type(void);
@@ -345,7 +345,7 @@ void purple_protocol_action_free(PurpleProtocolAction *action);
/**
* purple_protocol_chat_entry_get_type:
*
- * Returns the GType for the #PurpleProtocolChatEntry boxed structure.
+ * Returns: The #GType for the #PurpleProtocolChatEntry boxed structure.
*/
GType purple_protocol_chat_entry_get_type(void);