After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 513854 - NautilusMenuItemDetails not defined in header file
NautilusMenuItemDetails not defined in header file
Status: RESOLVED WONTFIX
Product: nautilus
Classification: Core
Component: [obsolete] Builds
2.20.x
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-02 10:22 UTC by Oumar Aziz OUATTARA
Modified: 2008-02-10 01:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
92_nautilusMenuItemDetails_in_header.patch (1.41 KB, patch)
2008-02-02 10:24 UTC, Oumar Aziz OUATTARA
none Details | Review

Description Oumar Aziz OUATTARA 2008-02-02 10:22:45 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:
Comment 1 Oumar Aziz OUATTARA 2008-02-02 10:24:33 UTC
Created attachment 104248 [details] [review]
92_nautilusMenuItemDetails_in_header.patch