/* * Is XMMS paused? * * Examples: * puts 'paused' if remote.is_paused? * puts 'paused' if remote.paused? * */ static VALUE xr_paused(VALUE self) {