comparison libpurple/imgstore.h @ 32475:32e8cdf1833c

Remove unnecessary @since tag.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 02 Sep 2011 01:58:56 +0000
parents 2f4b10ee752b
children
comparison
equal deleted inserted replaced
32474:f22bc8b5b9dc 32475:32e8cdf1833c
66 * Create an image and add it to the store. 66 * Create an image and add it to the store.
67 * 67 *
68 * @param path The path to the image. 68 * @param path The path to the image.
69 * 69 *
70 * @return The stored image. 70 * @return The stored image.
71 * @since 2.X.X
72 */ 71 */
73 PurpleStoredImage * 72 PurpleStoredImage *
74 purple_imgstore_new_from_file(const char *path); 73 purple_imgstore_new_from_file(const char *path);
75 74
76 /** 75 /**