Mercurial > audlegacy-plugins
annotate src/lirc/common.h @ 2572:d0daee216c8d
stub (really incomplete) for skin engine plugin
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Sun, 18 May 2008 14:20:51 +0200 |
| 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 |
