diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/resize-port')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/resize-port/resize-port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h index fa3abd7..23bc578 100644 --- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h +++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h @@ -46,7 +46,7 @@ typedef struct { LV2_Resize_Port_Feature_Data data; /** - Resize a port buffer to at least @a size bytes. + Resize a port buffer to at least `size` bytes. This function MAY return an error, in which case the port buffer was not resized and the port is still connected to the same location. Plugins |