In src/document.c:

> @@ -3807,3 +3807,14 @@ void document_grab_focus(GeanyDocument *doc)
>  
>  	gtk_widget_grab_focus(GTK_WIDGET(doc->editor->sci));
>  }
> +
> +static void        *copy_(void *src) { return src; }
> +static void         free_(void *doc) { }
> +
> +/** Gets the GBOxed-derived type of GeanyDocument

Should make this and the others @gironly or not doxygen-commented.


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