pidgin/gtksmiley-manager.h

changeset 35785
65ced7f8beaa
parent 35780
fc083eca73a2
child 35812
48c6ee645ca1
child 37133
832cd077145e
--- a/pidgin/gtksmiley-manager.h	Sun Apr 06 01:59:15 2014 +0200
+++ b/pidgin/gtksmiley-manager.h	Sun Apr 06 02:30:53 2014 +0200
@@ -41,7 +41,19 @@
  * Creates and shows the smiley manager window, or requests focus for it,
  * if it's already opened.
  */
-void pidgin_smiley_manager_show(void);
+void
+pidgin_smiley_manager_show(void);
+
+/**
+ * pidgin_smiley_manager_add:
+ * @image: the image for a new smiley.
+ * @shortcut: the textual representation, may be %NULL.
+ *
+ * Creates and shows the new dialog for adding a new custom smiley with
+ * provided image.
+ */
+void
+pidgin_smiley_manager_add(PurpleStoredImage *image, const gchar *shortcut);
 
 G_END_DECLS
 

mercurial