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 b09fd5a commit bc34977Copy full SHA for bc34977
Sources/OpenGraph_SPI/include/OGGraph.h
@@ -103,9 +103,10 @@ OG_EXPORT
103
OG_REFINED_FOR_SWIFT
104
void OGGraphSetNeedsUpdate(OGGraphRef graph) OG_SWIFT_NAME(OGGraphRef.setNeedsUpdate(self:));
105
106
+// TODO: Add OG_COUNTED_BY later https://github.com/OpenSwiftUIProject/OpenGraph/issues/130
107
OG_EXPORT
108
-bool OGGraphAnyInputsChanged(const OGAttribute *inputs OG_COUNTED_BY(count), size_t count);
109
+bool OGGraphAnyInputsChanged(const OGAttribute *inputs, size_t count);
110
111
OG_EXTERN_C_END
112
0 commit comments