get_attachments
Description:
[
Version ( since =
"3.34" ) ]
public SList<
Attach>?
get_attachments ()
Queries the attachment properties as Attach objects of the calendar component
object.
Changes on these objects are directly affecting the component. Free the returned SList
with g_slist_free_full (slist, g_object_unref);, when no longer needed.
Parameters:
this |
A calendar component object
|
Returns:
a SList of attachments, as
Attach objects
|