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 df3a046 commit 7624919Copy full SHA for 7624919
Sources/OpenGraphCxx/include/OpenGraph/OGGraphDescription.h
@@ -44,7 +44,7 @@ void OGGraphArchiveJSON(char const * _Nullable name) OG_SWIFT_NAME(OGGraphRef.ar
44
45
OG_EXPORT
46
OG_REFINED_FOR_SWIFT
47
-void OGGraphArchiveJSON2(char const * _Nullable name, uint8_t options) OG_SWIFT_NAME(OGGraphRef.archiveJSON(name:options:));
+void OGGraphArchiveJSON2(char const * _Nullable name, bool exclude_values) OG_SWIFT_NAME(OGGraphRef.archiveJSON(name:excludeValues:));
48
49
50
0 commit comments