From 3e19fb1cc4650fb87309a420f12f809708797d19 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Sep 2020 11:54:53 +0200 Subject: Fix reference to the wrong function in documentation --- lv2/ui/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/ui/ui.h') diff --git a/lv2/ui/ui.h b/lv2/ui/ui.h index ce6aa4f..42e0f51 100644 --- a/lv2/ui/ui.h +++ b/lv2/ui/ui.h @@ -328,7 +328,7 @@ typedef struct { */ typedef struct { /** - Pointer to opaque data which must be passed to ui_resize(). + Pointer to opaque data which must be passed to touch(). */ LV2UI_Feature_Handle handle; -- cgit v1.2.1