In src/plugins.c:

>  
>  	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;

unused


Reply to this email directly or view it on GitHub.