LarsGit223 commented on this pull request.


> +                             return entry->status;
+                       }
+               }
+       }
+       return PROJECT_ENTRY_STATUS_UNKNOWN;
+}
+
+
+/** Add a project to the workbench.
+ *
+ * @param wb       The workbench
+ * @param filename Project file
+ * @return TRUE on success, FALSE otherwise
+ *
+ **/
+gboolean workbench_add_project(WORKBENCH *wb, gchar *filename)

Fixed. All filename parameters and return values in ```wb_project.c``` and 
```workbench.c``` can be ```const```.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/598#discussion_r134090949

Reply via email to