pidgin/gtksmiley.h

branch
soc.2013.gobjectification.plugins
changeset 37129
edbea75bd68f
parent 37102
63a5361c11a1
parent 35671
d1cc97d667a2
--- a/pidgin/gtksmiley.h	Mon Mar 31 07:25:15 2014 +0530
+++ b/pidgin/gtksmiley.h	Mon Mar 31 14:39:14 2014 +0530
@@ -30,11 +30,20 @@
 
 #include "smiley.h"
 
+#define PIDGIN_TYPE_SMILEY (pidgin_smiley_get_type())
+
 typedef struct _PidginSmiley PidginSmiley;
 
 G_BEGIN_DECLS
 
 /**
+ * pidgin_smiley_get_type:
+ *
+ * Returns: The #GType for the #PidginSmiley boxed structure.
+ */
+GType pidgin_smiley_get_type(void);
+
+/**
  * pidgin_smiley_add_to_list:
  * @smiley:	The smiley to be added.
  *

mercurial