diff options
Diffstat (limited to 'ext/atom.lv2/atom.h')
-rw-r--r-- | ext/atom.lv2/atom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/atom.lv2/atom.h b/ext/atom.lv2/atom.h index d69c547..d6d2308 100644 --- a/ext/atom.lv2/atom.h +++ b/ext/atom.lv2/atom.h @@ -109,8 +109,8 @@ typedef struct _LV2_Atom_Property { The body of an atom:Resource or atom:Blank. */ typedef struct _LV2_Object { - uint32_t context; /**< ID of context graph, or 0 for the default context */ - uint32_t id; /**< ID for atom:Resource or blank ID for atom:Blank */ + uint32_t context; /**< ID of context graph, or 0 for default */ + uint32_t id; /**< URID (for Resource) or blank ID (for Blank) */ uint8_t properties[]; /**< Sequence of LV2_Atom_Property */ } LV2_Object; |