@alberic89 commented on this pull request.


In src/templates.c:

> @@ -501,6 +524,18 @@ gchar *templates_get_template_fileheader(gint filetype_idx, const gchar *fname)
 	return g_string_free(template, FALSE);
 }
 
+// The line `GEANY_API_SYMBOL` is needeed ?

The function templates_get_template_fileheader had a line with GEANY_API_SYMBOL just before the function definition, I don't know exactly what it does, but it maybe needed also for the function below.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3549/review/1600137906@github.com>