Constructor
PapersDocumentLinkActionnew_reset_form
Declaration [src]
PpsLinkAction*
pps_link_action_new_reset_form (
  GList* fields,
  gboolean exclude_fields
)
Parameters
- fields
- 
            Type: A list of utf8A list of fields to reset. The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. 
- exclude_fields
- 
            Type: gbooleanWhether to exclude reset fields when resetting form. 
Return value
Type: PpsLinkAction
A new PpsLinkAction.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |