comparison pidgin/gtksmiley.h @ 29471:d83ee160ffb6

propagate from branch 'im.pidgin.pidgin' (head eb9385f349a20856b9d3f9911dbc8024caa44052) to branch 'im.pidgin.pidgin.next.minor' (head 439fb2dd7a285d9ca645f65f36ef0f037abe7311)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 19 Aug 2009 00:46:04 +0000
parents 804141095de5
children b1df98334930
comparison
equal deleted inserted replaced
29470:7a3458436140 29471:d83ee160ffb6
98 * @param editor A smiley editor dialog 98 * @param editor A smiley editor dialog
99 * @param image A GdkPixbuf image 99 * @param image A GdkPixbuf image
100 */ 100 */
101 void pidgin_smiley_editor_set_image(PidginSmiley *editor, GdkPixbuf *image); 101 void pidgin_smiley_editor_set_image(PidginSmiley *editor, GdkPixbuf *image);
102 102
103 /**
104 * Sets the image data in a smiley add dialog
105 *
106 * @param editor A smiley editor dialog
107 * @param data A pointer to smiley's data
108 * @param datasize The size of smiley's data
109 *
110 * @since 2.6.0
111 */
112 void pidgin_smiley_editor_set_data(PidginSmiley *editor, gpointer *data, gsize datasize);
113
103 #endif /* PIDGIN_GTKSMILEY_H */ 114 #endif /* PIDGIN_GTKSMILEY_H */