comparison libpurple/smiley.h @ 23185:013ec6fabd3f

Always store custom smileys with hashed filenames. Closes #5913. committer: Sadrul Habib Chowdhury <imadil@gmail.com>
author Marcus Lundblad <ml@update.uu.se>
date Sun, 25 May 2008 16:16:22 +0000
parents d7e66b6137f9
children f22ecddd3eba
comparison
equal deleted inserted replaced
23184:89713caa9ade 23185:013ec6fabd3f
126 * old one will be removed. 126 * old one will be removed.
127 * 127 *
128 * @param smiley The custom smiley. 128 * @param smiley The custom smiley.
129 * @param smiley_data The custom smiley data. 129 * @param smiley_data The custom smiley data.
130 * @param smiley_data_len The custom smiley data length. 130 * @param smiley_data_len The custom smiley data length.
131 * @param keepfilename The current custom smiley's filename must be
132 * kept.
133 */ 131 */
134 void 132 void
135 purple_smiley_set_data(PurpleSmiley *smiley, guchar *smiley_data, 133 purple_smiley_set_data(PurpleSmiley *smiley, guchar *smiley_data,
136 size_t smiley_data_len, gboolean keepfilename); 134 size_t smiley_data_len);
137 135
138 /** 136 /**
139 * Returns the custom smiley's associated shortcut. 137 * Returns the custom smiley's associated shortcut.
140 * 138 *
141 * @param smiley The custom smiley. 139 * @param smiley The custom smiley.