]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-event-manager.h
Remove the contact pending event when the contact is not pending anymore.
[empathy.git] / libempathy-gtk / empathy-event-manager.h
index a4da56aacfbad7561c2d240054ca0e1e4895eb73..89cb74d631cc7f3eace33620050db1a5100fb56d 100644 (file)
@@ -25,6 +25,8 @@
 #include <glib.h>
 #include <glib-object.h>
 
+#include <libempathy/empathy-contact.h>
+
 G_BEGIN_DECLS
 
 #define EMPATHY_TYPE_EVENT_MANAGER         (empathy_event_manager_get_type ())
@@ -47,8 +49,9 @@ struct _EmpathyEventManagerClass {
 };
 
 typedef struct {
-       gchar *icon_name;
-       gchar *message;
+       EmpathyContact *contact;
+       gchar          *icon_name;
+       gchar          *message;
 } EmpathyEvent;
 
 GType                empathy_event_manager_get_type      (void) G_GNUC_CONST;