diff options
Diffstat (limited to 'src/lib/ecore_audio/ecore_audio_out.eo')
-rw-r--r-- | src/lib/ecore_audio/ecore_audio_out.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_out.eo b/src/lib/ecore_audio/ecore_audio_out.eo index 4192e73..4366607 100644 --- a/src/lib/ecore_audio/ecore_audio_out.eo +++ b/src/lib/ecore_audio/ecore_audio_out.eo | |||
@@ -10,7 +10,7 @@ class Ecore.Audio.Out (Ecore.Audio) | |||
10 | 10 | ||
11 | @since 1.8 | 11 | @since 1.8 |
12 | ]] | 12 | ]] |
13 | return: bool; [[true if the input was attached, false otherwise]] | 13 | return: bool; [[$true if the input was attached, $false otherwise]] |
14 | params { | 14 | params { |
15 | @in input: Ecore.Audio.In; [[The input to attach to the output]] | 15 | @in input: Ecore.Audio.In; [[The input to attach to the output]] |
16 | } | 16 | } |
@@ -20,7 +20,7 @@ class Ecore.Audio.Out (Ecore.Audio) | |||
20 | 20 | ||
21 | @since 1.8 | 21 | @since 1.8 |
22 | ]] | 22 | ]] |
23 | return: bool; [[true if the input was detached, false otherwise]] | 23 | return: bool; [[$true if the input was detached, $false otherwise]] |
24 | params { | 24 | params { |
25 | @in input: Ecore.Audio.In; [[The input to detach to the output]] | 25 | @in input: Ecore.Audio.In; [[The input to detach to the output]] |
26 | } | 26 | } |