Method
PurplePluginInfoget_action_menu
since: 3.0.0
Declaration [src]
GMenuModel*
purple_plugin_info_get_action_menu (
PurplePluginInfo* info
)
Description [src]
Gets the [class:Gio.MenuModel] from info
if one is set.
Available since: 3.0.0
Gets property | Purple.PluginInfo:action-menu |
Return value
Type: GMenuModel
The menu model.
The caller of the method takes ownership of the data, and is responsible for freeing it. |