Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3744:e2f8feddbb19
export hook API
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 03:08:12 -0500 |
| parents | a1b31fe5a249 |
| children | e26ac0692e8f |
comparison
equal
deleted
inserted
replaced
| 3743:587eec3cee14 | 3744:e2f8feddbb19 |
|---|---|
| 260 .playlist_get_active = playlist_get_active, | 260 .playlist_get_active = playlist_get_active, |
| 261 .playlist_playlists_equal = playlist_playlists_equal, | 261 .playlist_playlists_equal = playlist_playlists_equal, |
| 262 | 262 |
| 263 .ip_state = &ip_data, | 263 .ip_state = &ip_data, |
| 264 ._cfg = &cfg, | 264 ._cfg = &cfg, |
| 265 | |
| 266 .hook_associate = hook_associate, | |
| 267 .hook_dissociate = hook_dissociate, | |
| 268 .hook_register = hook_register, | |
| 269 .hook_call = hook_call, | |
| 265 }; | 270 }; |
| 266 | 271 |
| 267 /*****************************************************************/ | 272 /*****************************************************************/ |
| 268 | 273 |
| 269 GList *lowlevel_list = NULL; | 274 GList *lowlevel_list = NULL; |
