[balsa/gtk4: 6/248] body: Add a gpointer user_data member
- From: Peter Bloomfield <peterb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [balsa/gtk4: 6/248] body: Add a gpointer user_data member
 
- Date: Sun, 15 Nov 2020 20:13:54 +0000 (UTC)
 
commit ccc4336c7ecd8a671dee3cbf5f99e9d48a5c3218
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]