[balsa/gtk4: 9/193] body: Add a gpointer user_data member




commit 105968996f93b931a33a7f8ad8f5cfd00a6b38d5
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue May 5 10:50:51 2020 -0400

    body: Add a gpointer user_data member
    
    for temporary storage of anything useful.

 libbalsa/body.h | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/libbalsa/body.h b/libbalsa/body.h
index 08098aa28..4f7e3b209 100644
--- a/libbalsa/body.h
+++ b/libbalsa/body.h
@@ -85,6 +85,8 @@ struct _LibBalsaMessageBody {
 
     LibBalsaMessageBody *next; /* Next part in the message */
     LibBalsaMessageBody *parts;        /* The parts of a multipart or message/rfc822 message */
+
+    gpointer user_data;         /* Place to temporarily hold other data */
 };
 
 LibBalsaMessageBody *libbalsa_message_body_new(LibBalsaMessage * message);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]