[webkit-gtk] WebKitContextMenuItem API
Iulian Radu
iulian.radu67 at gmail.com
Tue Sep 6 14:39:18 PDT 2016
Hi,
I'd like to have the following API added for creating a
WebKitContextMenuItem by passing a GAction instead of a GtkAction.
GtkAction was deprecated in GTK+ 3.10.
WEBKIT_API WebKitContextMenuItem *
webkit_context_menu_item_new_from_gaction (GAction
*action,
GVariant *parameter,
const gchar *label);
I posted a patch in https://bugs.webkit.org/show_bug.cgi?id=159631
Thank you,
Iulian Radu
More information about the webkit-gtk
mailing list