<p>In <a href="https://github.com/geany/geany/pull/629#discussion_r41078538">src/plugins.c</a>:</p>
<pre style='color:#555'>>  
>    geany_debug("Loaded:   %s (%s)", plugin->filename, plugin->info.name);
>    return TRUE;
>  }
>  
>  
> +static gpointer plugin_load_gmodule(GeanyPlugin *proxy, GeanyPlugin *subplugin, const gchar *fname, gpointer pdata)
> +{
> +  GModule *module;
> +  GeanyData **p_geany_data;
</pre>
<p>unused</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/629/files#r41078538">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJxxHQx1PoQz2MZ3dDKe2crBnOkyJks5o3wvYgaJpZM4Fy7fG.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/629/files#r41078538"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>