Mercurial > pidgin.yaz
diff pidgin/gtksmiley.h @ 29687:42c64c41cf87
propagate from branch 'im.pidgin.pidgin' (head 46523386d682c917679b3de662d51a5bda0da46b)
to branch 'im.pidgin.cpw.attention_ui' (head 39d8ac60b05e7766f90db850144c9e963076cec9)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 08 Jun 2009 18:28:31 +0000 |
parents | 804141095de5 |
children | b1df98334930 |
line wrap: on
line diff
--- a/pidgin/gtksmiley.h Mon May 25 19:27:33 2009 +0000 +++ b/pidgin/gtksmiley.h Mon Jun 08 18:28:31 2009 +0000 @@ -100,4 +100,15 @@ */ void pidgin_smiley_editor_set_image(PidginSmiley *editor, GdkPixbuf *image); +/** + * Sets the image data in a smiley add dialog + * + * @param editor A smiley editor dialog + * @param data A pointer to smiley's data + * @param datasize The size of smiley's data + * + * @since 2.6.0 + */ +void pidgin_smiley_editor_set_data(PidginSmiley *editor, gpointer *data, gsize datasize); + #endif /* PIDGIN_GTKSMILEY_H */