src/protocols/msn/msg.h

changeset 6826
986589449e69
parent 6800
8f99c220b503
child 6868
b9cc0730e11c
equal deleted inserted replaced
6825:6e1910963f63 6826:986589449e69
131 MsnMessage *msn_message_unref(MsnMessage *msg); 131 MsnMessage *msn_message_unref(MsnMessage *msg);
132 132
133 /** 133 /**
134 * Converts a message to a string. 134 * Converts a message to a string.
135 * 135 *
136 * @param msg The message. 136 * @param msg The message.
137 * @param ret_size The returned size of the string.
137 * 138 *
138 * @return The string representation of a message. 139 * @return The string representation of a message.
139 */ 140 */
140 char *msn_message_build_string(const MsnMessage *msg); 141 char *msn_message_to_string(const MsnMessage *msg, size_t *ret_size);
141 142
142 /** 143 /**
143 * Returns TRUE if the message is outgoing. 144 * Returns TRUE if the message is outgoing.
144 * 145 *
145 * @param msg The message. 146 * @param msg The message.

mercurial