[Github-comments] [geany/geany-plugins] Workbench (#598)
LarsGit223
notifications at xxxxx
Sat Aug 19 12:14:48 UTC 2017
LarsGit223 commented on this pull request.
> +
+ return success;
+}
+
+
+/** Create a new empty project.
+ *
+ * @return Address of the new structure.
+ *
+ **/
+WB_PROJECT *wb_project_new(gchar *filename)
+{
+ WB_PROJECT *new_prj;
+
+ new_prj = g_new(WB_PROJECT, 1);
+ memset(new_prj, 0, sizeof(*new_prj));
Done.
--
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_r134090461
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170819/10cf19c2/attachment.html>
More information about the Github-comments
mailing list