We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aab2ba commit 8b072ebCopy full SHA for 8b072eb
src/c2pa.udl
@@ -82,9 +82,11 @@ interface Builder {
82
[Throws=Error]
83
void with_json([ByRef] string json);
84
85
+ [Throws=Error]
86
void set_no_embed();
87
- void set_remote_url([ByRef] string url)
88
89
+ void set_remote_url([ByRef] string url);
90
91
92
void add_resource([ByRef] string uri, [ByRef] Stream stream );
0 commit comments