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 590197 - Add gmenu_tree_entry_new_from_id
Add gmenu_tree_entry_new_from_id
Status: RESOLVED WONTFIX
Product: gnome-menus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-menus dummy account
gnome-menus dummy account
Depends on:
Blocks:
 
 
Reported: 2009-07-29 22:40 UTC by Colin Walters
Modified: 2013-02-19 23:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add gmenu_tree_entry_new_from_id (5.10 KB, patch)
2009-07-29 22:42 UTC, Colin Walters
none Details | Review

Description Colin Walters 2009-07-29 22:40:47 UTC
For GNOME Shell, it's useful to be able to parse an arbitrary
desktop file that isn't currently in the menu list.  So here
we expose a new function gmenu_tree_entry_new_from_id which
takes a desktop file ID, and return a "floating" (no parent)
GMenuTreeEntry.
Comment 1 Colin Walters 2009-07-29 22:42:11 UTC
Created attachment 139510 [details] [review]
Add gmenu_tree_entry_new_from_id
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-02-19 23:50:28 UTC
Given GDesktopAppInfo, I don't think this is very useful anymore.