<p>In <a href="https://github.com/geany/geany/pull/1038#discussion_r68159303">scintilla/gtk/ScintillaGTK.cxx</a>:</p>
<pre style='color:#555'>> @@ -3250,6 +3250,7 @@ void scintilla_release_resources(void) {
>  static void *copy_(void *src) { return src; }
>  static void free_(void *doc) { }
>  
> +GEANY_API_SYMBOL
>  GType scnotification_get_type(void) {
>    static gsize type_id = 0;
</pre>
<p>I think mentioned this before (maybe on scintilla-interest?), but I don't think there's any point using <code>gsize</code> here and keeping casting from <code>GType</code> to <code>gsize</code>. I think you can just use <code>GType</code> everywhere here (or use <code>gsize</code> without the casts). Not a big deal, but casts are kind of gross, and could cause subtle bugs if/when <code>GType</code> is ever not the same as <code>gsize</code>. No biggie though, it's not our code :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1038/files/6b5a47d05f575b321ff158044420864ee9e59889#r68159303">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ85z-hNt4GomFn5EjremdbNN9LUxks5qOdN0gaJpZM4Ifw_7">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6mL1zmTF0dOOQxEf_zR2h2_yXEcks5qOdN0gaJpZM4Ifw_7.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1038/files/6b5a47d05f575b321ff158044420864ee9e59889#r68159303"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>