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 7624919 commit e847547Copy full SHA for e847547
Sources/OpenGraphCxx/include/OpenGraph/OGSubgraph.h
@@ -68,6 +68,10 @@ OG_EXPORT
68
OG_REFINED_FOR_SWIFT
69
void OGSubgraphRemoveChild(OGSubgraphRef parent, OGSubgraphRef child) OG_SWIFT_NAME(OGSubgraphRef.removeChild(self:_:));
70
71
+OG_EXPORT
72
+OG_REFINED_FOR_SWIFT
73
+bool OGSubgraphIntersects(OGSubgraphRef subgraph, OGAttributeFlags flags) OG_SWIFT_NAME(OGSubgraphRef.intersects(self:flags:));
74
+
75
OG_EXPORT
76
77
void OGSubgraphApply(OGSubgraphRef cf_subgraph,
0 commit comments