In src/document.h:

> @@ -70,6 +70,9 @@ typedef struct GeanyFilePrefs
>  GeanyFilePrefs;
>  
>  
> +#define GEANY_TYPE_DOCUMENT (document_get_type())
> +GType document_get_type (void);

Do these need to go in the headers if only used by g-ir-scanner?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.