get_field_list_by_type (3) Linux Manual Page
get_field_list_by_type — retrieve a list of fields in a dirfile Synopsis#include <getdata.h> const char **get_field_list_by_type(DIRFILE *dirfile, gd_entype_t type);DescriptionThe get_field_list_by_type() function queries a dirfile(5) database specified by dirfile and returns a read-only list of names of the all fields of the indicated type which are defined in the database. Notably, this list does not include /META…
