comparison libpurple/smiley.h @ 29299:7925bb7f2aa7

propagate from branch 'im.pidgin.pidgin' (head 92e101e3698042e7600729bc09dec9e28f81de8f) to branch 'im.pidgin.cpw.attention_ui' (head 563c35d20efcc234a74567ebb88c059d10ce1e09)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 24 Aug 2009 19:23:56 +0000
parents 54efb427b91a
children 63cb8c4f3c66
comparison
equal deleted inserted replaced
29298:fb99a0067812 29299:7925bb7f2aa7
93 */ 93 */
94 PurpleSmiley * 94 PurpleSmiley *
95 purple_smiley_new_from_file(const char *shortcut, const char *filepath); 95 purple_smiley_new_from_file(const char *shortcut, const char *filepath);
96 96
97 /** 97 /**
98 * Destroys the custom smiley and release the associated resources. 98 * Destroys the custom smiley and releases the associated resources.
99 * 99 *
100 * @param smiley The custom smiley. 100 * @param smiley The custom smiley.
101 */ 101 */
102 void 102 void
103 purple_smiley_delete(PurpleSmiley *smiley); 103 purple_smiley_delete(PurpleSmiley *smiley);
181 * Returns a full path to an custom smiley. 181 * Returns a full path to an custom smiley.
182 * 182 *
183 * If the custom smiley has data and the file exists in the cache, this 183 * If the custom smiley has data and the file exists in the cache, this
184 * will return a full path to the cached file. 184 * will return a full path to the cached file.
185 * 185 *
186 * In general, it is not appropriate to be poking in the file cached 186 * In general, it is not appropriate to be poking in the file cache
187 * directly. If you find yourself wanting to use this function, think 187 * directly. If you find yourself wanting to use this function, think
188 * very long and hard about it, and then don't. 188 * very long and hard about it, and then don't.
189 * 189 *
190 * Think some more. 190 * Think some more.
191 * 191 *