Name

em_popup_target_new_attachments —

Synopsis

EMPopupTargetAttachments * em_popup_target_new_attachments (emp,  
 attachments); 
EMPopup *  emp;
GSList *  attachments;

Arguments

emp

attachments

A list of EMsgComposerAttachment objects, reffed for the list. Will be unreff'd once finished with.

Description

Owns the list attachments and their items after they're passed in.

Return value