From a7488f38fef1960086af860063f1958fb75d58f3 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 14 Oct 2018 18:30:40 +0530 Subject: Added info panel to show current file name, resolution and list index --- src/file.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/file.c') diff --git a/src/file.c b/src/file.c index 22067c2..3a6b005 100644 --- a/src/file.c +++ b/src/file.c @@ -133,3 +133,13 @@ void clean() } g_free(file_list); } + +int get_current_file_index() +{ + return curr_file_index; +} + +int get_total_file_count() +{ + return file_list_count; +} -- cgit v1.2.3