Skip to content

Commit 8b072eb

Browse files
committed
fix: udl requires throws.
1 parent 0aab2ba commit 8b072eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/c2pa.udl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ interface Builder {
8282
[Throws=Error]
8383
void with_json([ByRef] string json);
8484

85+
[Throws=Error]
8586
void set_no_embed();
8687

87-
void set_remote_url([ByRef] string url)
88+
[Throws=Error]
89+
void set_remote_url([ByRef] string url);
8890

8991
[Throws=Error]
9092
void add_resource([ByRef] string uri, [ByRef] Stream stream );

0 commit comments

Comments
 (0)