1 2 3 4 5 6 7 8
#ifndef _MENUITEM_PROXY_H_ #define _MENUITEM_PROXY_H_ #include <gtk/gtk.h> GtkMenuItem * topmenu_create_proxy_menu_item (GtkMenuItem *item); #endif