>  static void create_signals(GObjectClass *g_object_class)
>  {
>       /* Document signals */
>       geany_object_signals[GCB_DOCUMENT_NEW] = g_signal_new (
>               "document-new",
>               G_OBJECT_CLASS_TYPE (g_object_class),
>               G_SIGNAL_RUN_FIRST,
> -             G_STRUCT_OFFSET (GeanyObjectClass, document_new),

also, if you really ant to remove this, drop the `GeanyObjectClass` prototypes 
that are now not only useless but also unused.

---
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/f681a14158faddb1ff7f425f3da35a6e989e70af..a842d18cc79e2eac9ee45c29a37d1d1a27d414ce#r65814896

Reply via email to