> @@ -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 or view it on GitHub:
https://github.com/geany/geany/pull/1223/files/607c40c09dbb4600f6b9950e791b70c8067b0467#r78332204

Reply via email to