diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-04-29 22:32:45 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-04-29 22:35:09 +0200 |
commit | 560c4244e656e68047b3febae579a42bfaddbb12 (patch) | |
tree | 0e05fc28ce970d746dd21ef46639f4620514fad7 | |
parent | e1c87b89e99a2dfb38ca5d649161190877a25539 (diff) |
GUIInfoManager: Documented Window.Property(IsRadio) info label.
-rw-r--r-- | xbmc/GUIInfoManager.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp index c415e6a700..794f458d2e 100644 --- a/xbmc/GUIInfoManager.cpp +++ b/xbmc/GUIInfoManager.cpp @@ -7066,6 +7066,12 @@ const infomap skin_labels[] = {{ "currenttheme", SKIN_THEME }, /// @skinning_v17 **[New Infolabel]** \link Window_Property_AddonId `Window.Property(Addon.ID)`\endlink /// <p> /// } +/// \table_row3{ <b>`Window.Property(IsRadio)`</b>, +/// \anchor Window_Property_IsRadio +/// _string_, +/// @return "true" if the window is a radio window\, empty string otherwise (for use in the PVR windows). +/// <p> +/// } /// \table_row3{ <b>`Window([window]).Property(key)`</b>, /// \anchor Window_Window_Property_key /// _string_, |