~ubuntu-branches/ubuntu/quantal/pianobar/quantal

« back to all changes in this revision

Viewing changes to src/ui.h

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2012-05-06 14:24:34 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20120506142434-74kwucnyp97msxdi
Tags: 2012.05.06-1
* New upstream version.
  - JSON api support (closes: #670483, LP: #988395)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef _UI_H
25
25
#define _UI_H
26
26
 
 
27
#include <stdbool.h>
 
28
 
27
29
#include <piano.h>
28
30
#include <waitress.h>
29
31
 
37
39
 
38
40
void BarUiMsg (const BarSettings_t *, const BarUiMsg_t, const char *, ...);
39
41
PianoStation_t *BarUiSelectStation (BarApp_t *, PianoStation_t *, const char *,
40
 
                BarUiSelectStationCallback_t);
 
42
                BarUiSelectStationCallback_t, bool);
41
43
PianoSong_t *BarUiSelectSong (const BarSettings_t *, PianoSong_t *,
42
44
                BarReadlineFds_t *);
43
45
PianoArtist_t *BarUiSelectArtist (BarApp_t *, PianoArtist_t *);
44
 
char *BarUiSelectMusicId (BarApp_t *, PianoStation_t *, PianoSong_t *, const char *);
 
46
char *BarUiSelectMusicId (BarApp_t *, PianoStation_t *, const char *);
45
47
void BarStationFromGenre (BarApp_t *);
46
48
void BarUiPrintStation (const BarSettings_t *, PianoStation_t *);
47
49
void BarUiPrintSong (const BarSettings_t *, const PianoSong_t *,