summaryrefslogtreecommitdiff
path: root/src/lib/ecore_audio/ecore_audio_in.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_audio/ecore_audio_in.eo')
-rw-r--r--src/lib/ecore_audio/ecore_audio_in.eo6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_in.eo b/src/lib/ecore_audio/ecore_audio_in.eo
index 6e3fbc0527..d46f99d64a 100644
--- a/src/lib/ecore_audio/ecore_audio_in.eo
+++ b/src/lib/ecore_audio/ecore_audio_in.eo
@@ -155,8 +155,8 @@ class Ecore.Audio.In (Ecore.Audio)
Ecore.Audio.vio_set;
}
events {
- in,looped; [[Called when an input has looped.]]
- in,stopped; [[Called when an input has stopped playing.]]
- in,samplerate,changed; [[Called when the input samplerate has changed.]]
+ in,looped: void; [[Called when an input has looped.]]
+ in,stopped: void; [[Called when an input has stopped playing.]]
+ in,samplerate,changed: void; [[Called when the input samplerate has changed.]]
}
}