Skip to content

Commit 358eb3d

Browse files
committed
Add OGGraphIntersects
1 parent 2e9aff8 commit 358eb3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/OpenGraphCxx/include/OpenGraph/OGSubgraph.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ OG_EXPORT
6868
OG_REFINED_FOR_SWIFT
6969
void OGSubgraphRemoveChild(OGSubgraphRef parent, OGSubgraphRef child) OG_SWIFT_NAME(OGSubgraphRef.removeChild(self:_:));
7070

71+
OG_EXPORT
72+
OG_REFINED_FOR_SWIFT
73+
bool OGSubgraphIntersects(OGSubgraphRef subgraph, OGAttributeFlags flags) OG_SWIFT_NAME(OGSubgraphRef.intersects(self:flags:));
74+
7175
OG_EXPORT
7276
OG_REFINED_FOR_SWIFT
7377
void OGSubgraphApply(OGSubgraphRef cf_subgraph,

0 commit comments

Comments
 (0)