| 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. |