aboutsummaryrefslogtreecommitdiff
path: root/module/menuitem-proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'module/menuitem-proxy.h')
-rw-r--r--module/menuitem-proxy.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/module/menuitem-proxy.h b/module/menuitem-proxy.h
new file mode 100644
index 0000000..7a13a80
--- /dev/null
+++ b/module/menuitem-proxy.h
@@ -0,0 +1,8 @@
+#ifndef _MENUITEM_PROXY_H_
+#define _MENUITEM_PROXY_H_
+
+#include <gtk/gtk.h>
+
+GtkMenuItem * topmenu_create_proxy_menu_item (GtkMenuItem *item);
+
+#endif