[Github-comments] [geany] Proxy plugins (#629)
Colomban Wendling
notifications at xxxxx
Fri Oct 2 20:11:47 UTC 2015
> + 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;
`help_text` and `file` are not used
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/629/files#r41062585
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151002/ca457622/attachment.html>
More information about the Github-comments
mailing list