diff options
author | enen92 <92enen@gmail.com> | 2018-11-30 18:36:10 +0000 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2018-11-30 18:36:10 +0000 |
commit | 5c81a1c689b4fefd8843bb01753e71439013082b (patch) | |
tree | 32d84cb6f8db9ea13bbdc5a76ae9dceb65ea6ec5 | |
parent | 5880ccf21c62d60ae2779cc69b4d8952ea4174ad (diff) |
Missing docs for ListItem.NextDuration
-rw-r--r-- | xbmc/GUIInfoManager.cpp | 4 | ||||
-rw-r--r-- | xbmc/XBDateTime.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp index 23436b969d..4e0298ab0a 100644 --- a/xbmc/GUIInfoManager.cpp +++ b/xbmc/GUIInfoManager.cpp @@ -5148,6 +5148,8 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY }, /// _string_, /// @return The duration of the next item (PVR) in the format <b>hh:mm:ss</b>. /// @note <b>hh:</b> will be omitted if hours value is zero. +/// <p><hr> +/// @skinning_v18 **[New Infolabel]** \link ListItem_NextDuration `ListItem.NextDuration`\endlink /// <p> /// } /// \table_row3{ <b>`ListItem.NextDuration(format)`</b>, @@ -5156,6 +5158,8 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY }, /// @return The duration of the next item (PVR) in different formats. /// @param format [opt] The format of the return time value. /// See \ref TIME_FORMAT for the list of possible values. +/// <p><hr> +/// @skinning_v18 **[New Infolabel]** \link ListItem_NextDuration_format `ListItem.NextDuration(format)`\endlink /// <p> /// } /// \table_row3{ <b>`ListItem.ChannelGroup`</b>, diff --git a/xbmc/XBDateTime.h b/xbmc/XBDateTime.h index 0693f8faca..d1566f86c5 100644 --- a/xbmc/XBDateTime.h +++ b/xbmc/XBDateTime.h @@ -42,6 +42,7 @@ - \link PVR_TimeshiftProgressDuration_format `PVR.TimeshiftProgressDuration(format)`\endlink - \link PVR_TimeshiftProgressEndTime `PVR.TimeshiftProgressEndTime`\endlink - \link PVR_TimeshiftProgressEndTime_format `PVR.TimeshiftProgressEndTime(format)`\endlink + - \link ListItem_NextDuration_format `ListItem.NextDuration(format)` \endlink <p> */ enum TIME_FORMAT { TIME_FORMAT_GUESS = 0, ///< usually used as the fallback value if the format value is empty |