Get information about an add-on comparing its local state with the add-ons server entry.
The add-on doesn't need to be locally installed; this is part of the retrieved information.
- Parameters
-
addon | The add-ons server entry information. |
- Returns
- The local tracking status information.
Definition at line 26 of file state.cpp.
References ADDON_INSTALLED, ADDON_INSTALLED_OUTDATED, ADDON_INSTALLED_UPGRADABLE, ADDON_NONE, addon_tracking_info::can_publish, get_addon_pbl_info(), get_addon_version_info(), config::has_attribute(), have_addon_in_vcs_tree(), have_addon_pbl_info(), addon_info::id, addon_tracking_info::in_version_control, addon_tracking_info::installed_version, is_addon_installed(), addon_tracking_info::remote_version, addon_tracking_info::state, and addon_info::version.
Referenced by gui2::taddon_list::pre_show().