Mercurial > audlegacy-plugins
annotate src/lirc/common.h @ 2376:e84c4ee208ca
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | Eugene Zagidullin <e.asphyx@gmail.com> |
|---|---|
| date | Sun, 10 Feb 2008 14:47:39 +0300 |
| parents | 738914331374 |
| children |
| rev | line source |
|---|---|
| 2280 | 1 extern GtkWidget *lirc_cfg; |
| 2 | |
| 3 extern gint b_enable_reconnect; | |
| 4 extern gint reconnect_timeout; | |
|
2305
738914331374
Add ability to enter track number using remote. (Bugzilla #115)
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2280
diff
changeset
|
5 extern gchar *aosd_font; |
| 2280 | 6 |
| 7 void load_cfg(void); | |
| 8 void save_cfg(void); | |
| 9 | |
| 10 void configure(void); | |
| 11 | |
| 12 GtkWidget* create_lirc_cfg (void); | |
| 13 | |
| 14 void | |
| 15 on_reconnectcheck_toggled (GtkToggleButton *togglebutton, | |
| 16 GtkWidget *reconnectspin); | |
| 17 void | |
| 18 on_cancelbutton1_clicked (GtkButton *button, | |
| 19 gpointer user_data); | |
| 20 void | |
| 21 on_okbutton1_clicked (GtkButton *button, | |
| 22 gpointer user_data); | |
| 23 |
