Mercurial > audlegacy-plugins
annotate src/lirc/common.h @ 3203:f5456241bff9 default tip
changed include path from audacious to audlegacy.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Tue, 10 Nov 2009 05:19:25 +0900 |
| 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 |
