vdr 2.6.9
menu.c File Reference
#include "menu.h"
#include <vdr/tools.h>
#include "entry.h"
#include "player.h"

Go to the source code of this file.

Functions

static bool PathStartsWith (const char *Path, const char *Name)
 
static const char * NextLevel (const char *Path)
 

Variables

char PictureDirectory [PATH_MAX] = ""
 

Function Documentation

◆ NextLevel()

static const char * NextLevel ( const char * Path)
static

Definition at line 30 of file PLUGINS/src/pictures/menu.c.

Referenced by cPictureMenu::Set().

◆ PathStartsWith()

static bool PathStartsWith ( const char * Path,
const char * Name )
static

Definition at line 16 of file PLUGINS/src/pictures/menu.c.

Referenced by cPictureMenu::Set().

Variable Documentation

◆ PictureDirectory