[Github-comments] [geany-plugins] Addons bookmark refresh fix (#284)

Colomban Wendling notifications at xxxxx
Fri Sep 18 13:25:35 UTC 2015


>  };
>  
> +typedef struct
> +{
> +	AoBookmarkList *bm;
> +	GeanyDocument *document;

you might want to use Document IDs as you delay the reference to the document.  It probably doesn't matter much in practice though, it's highly unlikely a document is reused during the delay.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/284/files#r39853783
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150918/cc445178/attachment.html>


More information about the Github-comments mailing list