Audio-XMMSClient
view release on metacpan or search on metacpan
XMMSClientResult.xs view on Meta::CPAN
=over 4
=item Arguments: none
=item Return Value: $result
=back
my $value = $result->wait->value;
Block for the reply. In a synchronous application this can be used to wait for
the result. Will return the C<$result> this method was called when the server
replyed.
=cut
SV *
xmmsc_result_wait (res)
SV *res
PREINIT:
xmmsc_result_t *c_res;
pm/XMMSClient/Result.pod view on Meta::CPAN
=over 4
=item Arguments: none
=item Return Value: $result
=back
my $value = $result->wait->value;
Block for the reply. In a synchronous application this can be used to wait for
the result. Will return the C<$result> this method was called when the server
replyed.
=cut
=head2 source_preference_set
=over 4
( run in 0.334 second using v1.01-cache-2.11-cpan-0d8aa00de5b )