diff options
| author | Keith Packard <keithp@keithp.com> | 2009-10-10 11:43:31 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-10-10 11:43:31 -0700 |
| commit | e29961fdb2a48874c895829880eadbf13e094c0c (patch) | |
| tree | 9ed95ef96a1f03e0c0b8341254b1e1fbd7627a7c /ao-tools/ao-view/aoview.h | |
| parent | a3771bfc5ce740f9d89193e9f8b1d7987aa57264 (diff) | |
Add channel menu to ao-view.
Sets radio channel when TD is connected, saves selected channel in
gconf database.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-view/aoview.h')
| -rw-r--r-- | ao-tools/ao-view/aoview.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ao-tools/ao-view/aoview.h b/ao-tools/ao-view/aoview.h index 6a4753ac..c582159c 100644 --- a/ao-tools/ao-view/aoview.h +++ b/ao-tools/ao-view/aoview.h @@ -169,6 +169,9 @@ gboolean aoview_monitor_parse(const char *line); void +aoview_monitor_set_channel(int channel); + +void aoview_monitor_reset(void); struct aoview_serial * @@ -320,4 +323,12 @@ aoview_flite_stop(void); extern char *aoview_tty; +/* aoview_channel.c */ + +int +aoview_channel_current(void); + +void +aoview_channel_init(GladeXML *xml); + #endif /* _AOVIEW_H_ */ |
