aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.plugins
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-04-09 12:11:26 +0800
committerGerald Combs <gerald@wireshark.org>2018-04-09 05:02:12 +0000
commit974a15bf74df43e1d431bec84d5043ef8b8059df (patch)
treef747479bca4ad5d29c9e6439fcf85692ade7f531 /doc/README.plugins
parent8b93e6d6a2475b2e8072acaf8b7f63f6b5bff98d (diff)
Docs: Remove a bunch of GTK+ references.
Change-Id: Icab98813d0b81a7337562e9857429d4bb98dc44c Reviewed-on: https://code.wireshark.org/review/26817 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'doc/README.plugins')
-rw-r--r--doc/README.plugins4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index 14b1896870..b8f716a3d2 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -348,10 +348,6 @@ The menu entries themselves are generated with the following code structure:
ext_menubar_add_entry(os_menu, "Test Entry B",
NULL, menu_cb, <user_data>);
-This will not work with the GTK version on macOS; the GTK interface is
-currently not supported on this platform. The Qt interface on macOS
-provides the menu.
-
For a more detailed information, please refer to plugin_if.h
6.2 Implement interactions with the main interface