diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-04-30 06:56:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 06:56:37 +0200 |
commit | 9b172bbce17ab2cf52a6c6777d19aec4546c9296 (patch) | |
tree | f37cf7076c8b0e53d81c82a9874d791b40cc35ff | |
parent | 7dbb22397dbdb420855039f9bebdb76e06f33aaf (diff) | |
parent | 560c4244e656e68047b3febae579a42bfaddbb12 (diff) |
Merge pull request #19657 from ksooo/guiinfo-add-documentation
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_, |