References
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "g_mime_references_get_type ()" ) ]
[ Compact ]
public class References
A List of references, as per the References or In-Reply-To header fields.
Content:
Static methods:
Creation methods:
Methods:
- public void append (string msgid)
Appends a reference to msgid to the list of references.
- public void clear ()
Clears the References list.
- public References copy ()
Copies a References list.
- public void free ()
Frees the References list.
- public unowned string get_message_id (int index)
Gets the specified Message-Id reference from the
References.
- public int length ()
Gets the length of the References list.
- public void set_message_id (int index, string msgid)
Sets the specified Message-Id reference from the
References.
Fields:
- public unowned GenericArray<void*> array