]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.h
[tp-chat] add a counter for the number of pending messages
[empathy.git] / libempathy / empathy-tp-chat.h
index 7ac1296e0908a324e51c4fa7e85e54535debfbbf..83c7fe7d1dc86826b2bdfce1cb048ced591fa86f 100644 (file)
@@ -59,6 +59,12 @@ typedef struct {
        GValue         *value;
 } EmpathyTpChatProperty;
 
+typedef enum {
+       EMPATHY_DELIVERY_STATUS_NONE,
+       EMPATHY_DELIVERY_STATUS_SENDING,
+       EMPATHY_DELIVERY_STATUS_ACCEPTED
+} EmpathyDeliveryStatus;
+
 GType          empathy_tp_chat_get_type             (void) G_GNUC_CONST;
 EmpathyTpChat *empathy_tp_chat_new                  (TpAccount *account,
                                                     TpChannel *channel);