In src/geanyobject.c:

>  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, view it on GitHub, or mute the thread.