aboutsummaryrefslogtreecommitdiff
path: root/xbmc/guilib/guiinfo/GUIInfoHelper.h
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2018-07-31 13:43:12 +0200
committerGitHub <noreply@github.com>2018-07-31 13:43:12 +0200
commit269a24c194136bd0e708dd93741b253b56fa1842 (patch)
tree729a85af037b0a278d22deb0c82bd1f102613368 /xbmc/guilib/guiinfo/GUIInfoHelper.h
parenta4e555018fbb6ec9a1a899f35dfe441ee98f901a (diff)
parent556a07b86c75657bdb922df54d29d65d48319cfb (diff)
Merge pull request #14239 from ksooo/guiinfo-fix-player-path18.0a3-Leia
[guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH).
Diffstat (limited to 'xbmc/guilib/guiinfo/GUIInfoHelper.h')
-rw-r--r--xbmc/guilib/guiinfo/GUIInfoHelper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xbmc/guilib/guiinfo/GUIInfoHelper.h b/xbmc/guilib/guiinfo/GUIInfoHelper.h
index 3f3860d9e3..433d6c646d 100644
--- a/xbmc/guilib/guiinfo/GUIInfoHelper.h
+++ b/xbmc/guilib/guiinfo/GUIInfoHelper.h
@@ -14,7 +14,6 @@
#include "PlayListPlayer.h"
class CFileItem;
-typedef std::shared_ptr<CFileItem> CFileItemPtr;
class CGUIListItem;
typedef std::shared_ptr<CGUIListItem> CGUIListItemPtr;
@@ -37,6 +36,8 @@ CGUIControl* GetActiveContainer(int containerId, int contextWindow);
CGUIMediaWindow* GetMediaWindow(int contextWindow);
CGUIListItemPtr GetCurrentListItem(int contextWindow, int containerId = 0, int itemOffset = 0, unsigned int itemFlags = 0);
+std::string GetFileInfoLabelValueFromPath(int info, const std::string& filenameAndPath);
+
} // namespace GUIINFO
} // namespace GUILIB
} // namespace KODI