aboutsummaryrefslogtreecommitdiff
path: root/src/gmenuutils.c
Commit message (Collapse)AuthorAgeFilesLines
* Use "icon" instead of "x-canonical-icon"Lars Uebernickel2013-08-131-1/+1
|
* Plug memory leaks: return value of g_menu_model_get_item_link is transfer fullLars Uebernickel2012-08-251-1/+9
|
* Show icons in application and source menu itemsLars Uebernickel2012-08-211-1/+1
| | | | | | | Everthing goes through GIcon now, using g_icon_{to,new_for}_string to set a string attribute on the menu item. The attribute is prefixed x-canonical- for now.
* messages-service: move gmenu utility functions into gmenuutils.[ch]Lars Uebernickel2012-06-261-0/+79
As a neat side-effect, this fixes a memory leak in app-section.c.