GNOME Bugzilla – Bug 513854
NautilusMenuItemDetails not defined in header file
Last modified: 2008-02-10 01:24:02 UTC
Please describe the problem: Hello, I wanted to patch nautilus-action to add submenu support to it and I noticed that the struct _NautilusMenuItemDetails is not available in any of the nautilus extension headers. A search on the web showed me that it has been defined in the nautilus-menu-item.c source file. So we need to move it from this file to the header file. Otherwise it's not possible to use this struct in an external code. I have already made a patch. Best Regards Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 104248 [details] [review] 92_nautilusMenuItemDetails_in_header.patch