diff options
Diffstat (limited to 'src/lib/ecore_audio')
-rw-r--r-- | src/lib/ecore_audio/ecore_audio_in.eo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_in.eo b/src/lib/ecore_audio/ecore_audio_in.eo index 4411cc8..f8c1fdb 100644 --- a/src/lib/ecore_audio/ecore_audio_in.eo +++ b/src/lib/ecore_audio/ecore_audio_in.eo | |||
@@ -79,18 +79,18 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
79 | } | 79 | } |
80 | } | 80 | } |
81 | @property output { | 81 | @property output { |
82 | [[The output that this input is attached to | ||
83 | ]] | ||
82 | get { | 84 | get { |
83 | [[Gets the output that this input is attached to | ||
84 | ]] | ||
85 | } | 85 | } |
86 | values { | 86 | values { |
87 | output: Ecore.Audio; [[The output]] /* FIXME-cyclic Should be Ecore.Audio.Out */ | 87 | output: Ecore.Audio; [[The output]] /* FIXME-cyclic Should be Ecore.Audio.Out */ |
88 | } | 88 | } |
89 | } | 89 | } |
90 | @property remaining { | 90 | @property remaining { |
91 | [[The remaining time of the input | ||
92 | ]] | ||
91 | get { | 93 | get { |
92 | [[Gets the remaining time of the input | ||
93 | ]] | ||
94 | } | 94 | } |
95 | values { | 95 | values { |
96 | remaining: double; [[The amount of time in seconds left to play]] | 96 | remaining: double; [[The amount of time in seconds left to play]] |