DecoderAPI: add "pure" attributes
This commit is contained in:
parent
0a5c991ab5
commit
1bd8a9e744
@ -57,6 +57,7 @@ decoder_initialized(Decoder &decoder,
|
|||||||
* @return the current command, or DecoderCommand::NONE if there is no
|
* @return the current command, or DecoderCommand::NONE if there is no
|
||||||
* command pending
|
* command pending
|
||||||
*/
|
*/
|
||||||
|
gcc_pure
|
||||||
DecoderCommand
|
DecoderCommand
|
||||||
decoder_get_command(Decoder &decoder);
|
decoder_get_command(Decoder &decoder);
|
||||||
|
|
||||||
@ -76,6 +77,7 @@ decoder_command_finished(Decoder &decoder);
|
|||||||
* @param decoder the decoder object
|
* @param decoder the decoder object
|
||||||
* @return the destination position for the week
|
* @return the destination position for the week
|
||||||
*/
|
*/
|
||||||
|
gcc_pure
|
||||||
double
|
double
|
||||||
decoder_seek_where(Decoder &decoder);
|
decoder_seek_where(Decoder &decoder);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user