summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2021-02-05 19:21:35 +0100
committerGitHub <noreply@github.com>2021-02-05 19:21:35 +0100
commit74e176589043610a3f65bcb37bf3180aa39061fc (patch)
treecff7d41ca70afebf02ab7f9cb44edaea293b1926 /state.h
parenta21ba806ef957fc42c9d9eb9378fae6b5d186dcf (diff)
parenta96ef369124640874361cf108c47d3e5705df5cc (diff)
downloadvdr-plugin-graphlcd-74e176589043610a3f65bcb37bf3180aa39061fc.tar.gz
vdr-plugin-graphlcd-74e176589043610a3f65bcb37bf3180aa39061fc.tar.bz2
Merge pull request #5 from pbiering/enhance-up-to-three-recordings
Enhance up to three recordings lines in skin
Diffstat (limited to 'state.h')
-rw-r--r--state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/state.h b/state.h
index 67cdb66..4c74ee3 100644
--- a/state.h
+++ b/state.h
@@ -159,7 +159,8 @@ public:
tEvent GetFollowingEvent();
tReplayState GetReplayState();
bool IsRecording(int CardNumber);
- std::string Recordings(int CardNumber);
+ std::string Recordings(int CardNumber, int selector);
+ int NumRecordings(int CardNumber);
tOsdState GetOsdState();
void ResetOsdStateScroll();
tVolumeState GetVolumeState();