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 647967 - GDesktopAppInfo: Add more accessors
GDesktopAppInfo: Add more accessors
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-04-16 19:43 UTC by Colin Walters
Modified: 2011-04-27 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GDesktopAppInfo: Add g_desktop_app_info_get_categories() (2.72 KB, patch)
2011-04-16 19:43 UTC, Colin Walters
accepted-commit_now Details | Review
GDesktopAppInfo: Add g_desktop_app_info_get_generic_name (3.94 KB, patch)
2011-04-16 19:43 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2011-04-16 19:43:00 UTC
See patches
Comment 1 Colin Walters 2011-04-16 19:43:02 UTC
Created attachment 186099 [details] [review]
GDesktopAppInfo: Add g_desktop_app_info_get_categories()

This is needed to rebase gnome-menus on top of GDesktopAppInfo.

https://bugzilla.gnome.org/show_bug.cgi?id=647903
Comment 2 Colin Walters 2011-04-16 19:43:06 UTC
Created attachment 186100 [details] [review]
GDesktopAppInfo: Add g_desktop_app_info_get_generic_name

Necessary for rebasing gnome-menus on top of GDesktopAppInfo.
Comment 3 Matthias Clasen 2011-04-18 00:45:35 UTC
Review of attachment 186099 [details] [review]:

Looks fine to me.
Comment 4 Matthias Clasen 2011-04-18 00:46:29 UTC
Review of attachment 186100 [details] [review]:

I wish we could reduce the multiple-name mess instead of adding to it, but anyway, find to commit.
Comment 5 Colin Walters 2011-04-27 15:37:10 UTC
Attachment 186100 [details] pushed as 4098ddc - GDesktopAppInfo: Add g_desktop_app_info_get_generic_name