In src/geanyobject.h:

> @@ -47,6 +47,7 @@ typedef enum
>  	GCB_PROJECT_OPEN,
>  	GCB_PROJECT_SAVE,
>  	GCB_PROJECT_CLOSE,
> +	GDB_PROJECT_BEFORE_CLOSE,

Yes, this OKAY. The enum values are only used if you use g_signal_emit() (instead of g_signal_emit_by_name()). Plugins shouldn't be emitting these at all.


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