--- 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. *