33 typedef struct project_list_t {
48 gerbv_HID_Attribute *attr_list;
50 struct project_list_t *next;
69 int write_project_file(
gerbv_project_t *gerbvProject,
char const* filename, project_list_t *project);
72 project_destroy_project_list (project_list_t *projectList);
project_list_t * read_project_file(char const *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 ...