comparison audtool/audtool.c @ 1319:3783e06f951b trunk

[svn] - s/Miscillaneous/Miscellaneous/ in audtool.c
author nhjm449
date Tue, 20 Jun 2006 00:16:02 -0700
parents 276cc2ce63b7
children 97000f8de201
comparison
equal deleted inserted replaced
1318:a344e9836a4e 1319:3783e06f951b
73 {"playback-stopped", playback_stopped, "returns OK if audacious is stopped"}, 73 {"playback-stopped", playback_stopped, "returns OK if audacious is stopped"},
74 {"playback-status", playback_status, "returns the playback status"}, 74 {"playback-status", playback_status, "returns the playback status"},
75 {"<sep>", NULL, "Volume control"}, 75 {"<sep>", NULL, "Volume control"},
76 {"get-volume", get_volume, "returns the current volume level in percent"}, 76 {"get-volume", get_volume, "returns the current volume level in percent"},
77 {"set-volume", set_volume, "sets the current volume level in percent"}, 77 {"set-volume", set_volume, "sets the current volume level in percent"},
78 {"<sep>", NULL, "Miscillaneous"}, 78 {"<sep>", NULL, "Miscellaneous"},
79 {"preferences", show_preferences_window, "shows/hides the preferences window"}, 79 {"preferences", show_preferences_window, "shows/hides the preferences window"},
80 {"jumptofile", show_jtf_window, "shows the jump to file window"}, 80 {"jumptofile", show_jtf_window, "shows the jump to file window"},
81 {"shutdown", shutdown_audacious_server, "shuts down audacious"}, 81 {"shutdown", shutdown_audacious_server, "shuts down audacious"},
82 {"<sep>", NULL, "Help system"}, 82 {"<sep>", NULL, "Help system"},
83 {"list-handlers", get_handlers_list, "shows handlers list"}, 83 {"list-handlers", get_handlers_list, "shows handlers list"},