<p>In <a href="https://github.com/geany/geany/pull/629#discussion_r41062585">plugins/demoproxy.c</a>:</p>
<pre style='color:#555'>> +            gtk_container_add(GTK_CONTAINER(plugin->geany_data->main_widgets->tools_menu), item);
> +          gtk_widget_set_sensitive(item, FALSE);
> +          data->menu_items = g_slist_prepend(data->menu_items, (gpointer) item);
> +          g_free(text);
> +  }
> +
> +  return TRUE;
> +}
> +
> +
> +static void proxy_help(GeanyPlugin *plugin, gpointer pdata)
> +{
> +  PluginContext *data;
> +  GtkWidget *dialog;
> +  gchar *help_text;
> +  GKeyFile *file;
</pre>
<p><code>help_text</code> and <code>file</code> are not used</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#r41062585">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0r94YkD2OVTjNhchZmtYkSnjJh5ks5o3tyDgaJpZM4Fy7fG.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#r41062585"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>