comparison libpurple/smiley.h @ 28138:63cb8c4f3c66

Fix a bunch of doxygen warnings.
author Paul Aurich <paul@darkrain42.org>
date Sun, 30 Aug 2009 04:00:51 +0000
parents 54efb427b91a
children 02a2e8183b1d
comparison
equal deleted inserted replaced
28137:2f66ad9c32a9 28138:63cb8c4f3c66
190 * Think some more. 190 * Think some more.
191 * 191 *
192 * @param smiley The custom smiley. 192 * @param smiley The custom smiley.
193 * 193 *
194 * @return A full path to the file, or @c NULL under various conditions. 194 * @return A full path to the file, or @c NULL under various conditions.
195 * The caller should use #g_free to free the returned string. 195 * The caller should use g_free to free the returned string.
196 */ 196 */
197 char *purple_smiley_get_full_path(PurpleSmiley *smiley); 197 char *purple_smiley_get_full_path(PurpleSmiley *smiley);
198 198
199 /*@}*/ 199 /*@}*/
200 200