view src/lirc/common.h @ 2300:fca4a63e086e

totally converted sndfile plugin to use VFS
author mf0102 <0102@gmx.at>
date Sat, 12 Jan 2008 16:26:05 +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);