view src/lirc/common.h @ 2284:d19b53359b24

cleaned up the sndfile wav plugin, currently limiting it ONLY TO WAV PLAYBACK. if somebody is more experienced with it and wants to restore the other formats, go ahead (maybe change the name of the plugin too?).
author mf0102 <0102@gmx.at>
date Wed, 09 Jan 2008 15:41:22 +0100
parents cc31a9aed84c
children 738914331374
line wrap: on
line source

extern GtkWidget *lirc_cfg;

extern gint b_enable_reconnect;
extern gint reconnect_timeout;

void load_cfg(void);
void save_cfg(void);

void configure(void);

GtkWidget* create_lirc_cfg (void);

void
on_reconnectcheck_toggled              (GtkToggleButton *togglebutton,
                                        GtkWidget       *reconnectspin);
void
on_cancelbutton1_clicked               (GtkButton       *button,
                                        gpointer         user_data);
void
on_okbutton1_clicked                   (GtkButton       *button,
                                        gpointer         user_data);