33 typedef struct project_list_t {
48 gerbv_HID_Attribute* attr_list;
50 struct project_list_t* next;
67 int write_project_file(
gerbv_project_t* gerbvProject,
const char* filename, project_list_t* project);
69 void project_destroy_project_list(project_list_t* projectList);
project_list_t * read_project_file(const char *filename)
Reads the content of a project file.
int project_is_gerbv_project(const char *filename, gboolean *ret)
Checks whether the supplied file look like a gerbv project by reading the first line and checking if ...