> @@ -70,6 +70,9 @@ typedef struct GeanyFilePrefs > GeanyFilePrefs; > > > +#define GEANY_TYPE_DOCUMENT (document_get_type()) > +GType document_get_type (void);
Not much, but if they aren't needed by GIR and are only used internally, they probably be better off in the `GEANY_PRIVATE` section. --- 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/112ef938ff8c100b62c3ca12a608ed44daa365cf#r68085414
