/pidgin/main: 437704dbfe17: doc fixes for server.h
Gary Kramlich <[email protected]> Fri, 09 Sep 2016 13:09:02 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 437704dbfe178956eff5ae05669627b646e236b6 Author: Gary Kramlich <[email protected]> Date: 2016-08-28 17:46 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/437704dbfe17 Description: doc fixes for server.h diffstat: libpurple/server.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diffs (47 lines): diff --git a/libpurple/server.h b/libpurple/server.h --- a/libpurple/server.h +++ b/libpurple/server.h @@ -78,6 +78,8 @@ int purple_serv_send_im(PurpleConnectio /** * purple_get_attention_type_from_code: + * @account: The #PurpleAccount + * @type_code: The protocol specific attention type code to convert * * Get information about an account's attention commands, from the protocol. * @@ -254,6 +256,10 @@ void purple_serv_got_typing(PurpleConnec /** * purple_serv_got_typing_stopped: + * @gc: The #PurpleConnection + * @name: The name of the person that stopped typing. + * + * Called from a protocol when it has recieved a type stopped. * * @todo Could probably move this into the conversation API. */ @@ -265,6 +271,7 @@ void purple_serv_got_typing_stopped(Purp * @who: The username of the buddy that sent the message. * @msg: The actual message received. * @flags: The flags applicable to this message. + * @mtime: The timestamp of the message. * * This function is called by the protocol when it receives an IM message. */ @@ -273,6 +280,7 @@ void purple_serv_got_im(PurpleConnection /** * purple_serv_join_chat: + * @gc: The #PurpleConnection * @data: The hash function should be g_str_hash() and the equal * function should be g_str_equal(). */ @@ -280,6 +288,7 @@ void purple_serv_join_chat(PurpleConnect /** * purple_serv_reject_chat: + * @gc: The #PurpleConnection * @data: The hash function should be g_str_hash() and the equal * function should be g_str_equal(). */ _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits