> @@ -3250,6 +3250,7 @@ void scintilla_release_resources(void) {
> static void *copy_(void *src) { return src; }
> static void free_(void *doc) { }
>
> +GEANY_API_SYMBOL
> GType scnotification_get_type(void) {
> static gsize type_id = 0;
FWIW, it's (almost) what GObject does:
https://git.gnome.org/browse/glib/tree/gobject/gtype.h#n1957
---
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/pull/1038/files/6b5a47d05f575b321ff158044420864ee9e59889#r68161851