naev 0.12.5
HunkProperties Struct Reference

Data Fields

const char * name
const char * tag
UniHunkType_t reverse
const char *const * attrs

Detailed Description

Definition at line 57 of file unidiff.c.

Field Documentation

◆ attrs

const char* const* HunkProperties::attrs

Attributes we are interested in for the hunk. NULL terminated array.

Definition at line 61 of file unidiff.c.

◆ name

const char* HunkProperties::name

Name of the hunk type. For display purposes.

Definition at line 58 of file unidiff.c.

◆ reverse

UniHunkType_t HunkProperties::reverse

What is the hunk type to reverse the changes.

Definition at line 60 of file unidiff.c.

◆ tag

const char* HunkProperties::tag

Tag of the hunk. Used for parsing XML.

Definition at line 59 of file unidiff.c.


The documentation for this struct was generated from the following file: