]> git.0d.be Git - empathy.git/blobdiff - src/empathy-event-manager.h
Update Simplified Chinese help translation.
[empathy.git] / src / empathy-event-manager.h
index c8b032ae072d574550f8768a846b3289892040e6..91c6e1f9903cc5cf3176d39ced329779b6eb1fa6 100644 (file)
@@ -51,6 +51,7 @@ struct _EmpathyEventManagerClass {
 typedef enum {
     EMPATHY_EVENT_TYPE_CHAT,
     EMPATHY_EVENT_TYPE_VOIP,
+    EMPATHY_EVENT_TYPE_CALL,
     EMPATHY_EVENT_TYPE_TRANSFER,
     EMPATHY_EVENT_TYPE_SUBSCRIPTION,
     EMPATHY_EVENT_TYPE_PRESENCE_ONLINE,
@@ -67,6 +68,7 @@ typedef struct {
     gchar *header;
     gchar *message;
     gboolean must_ack;
+    GObject *handler_instance;
 } EmpathyEvent;
 
 GType                empathy_event_manager_get_type      (void) G_GNUC_CONST;