| 203 menu = g_menu_new(); |
203 menu = g_menu_new(); |
| 204 section = g_menu_item_new_section(NULL, actions_model); |
204 section = g_menu_item_new_section(NULL, actions_model); |
| 205 g_menu_item_set_attribute(section, G_MENU_ATTRIBUTE_ACTION_NAMESPACE, |
205 g_menu_item_set_attribute(section, G_MENU_ATTRIBUTE_ACTION_NAMESPACE, |
| 206 "s", gplugin_plugin_info_get_id(info)); |
206 "s", gplugin_plugin_info_get_id(info)); |
| 207 g_menu_append_item(menu, section); |
207 g_menu_append_item(menu, section); |
| |
208 g_object_unref(section); |
| 208 |
209 |
| 209 g_hash_table_insert(*links, G_MENU_LINK_SUBMENU, menu); |
210 g_hash_table_insert(*links, G_MENU_LINK_SUBMENU, menu); |
| 210 } |
211 } |
| 211 |
212 |
| 212 g_object_unref(info); |
213 g_object_unref(info); |