Skip to content

Commit

Permalink
Add OGGraphSetNeedsUpdate API (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye authored Jan 25, 2025
1 parent 4aeda45 commit 79ffcaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"location" : "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git",
"state" : {
"branch" : "main",
"revision" : "5a0e8d14d6fbe728951ece9ded2c6f2a6708f5a6"
"revision" : "be1c53ecb3b0fbeedcddf26ece937ab3c774c03d"
}
},
{
Expand Down
4 changes: 4 additions & 0 deletions Sources/OpenGraph_SPI/Graph/OGGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ OG_EXPORT
OG_REFINED_FOR_SWIFT
const void * _Nullable OGGraphClearUpdate(void) OG_SWIFT_NAME(OGGraphRef.clearUpdate());

OG_EXPORT
OG_REFINED_FOR_SWIFT
void OGGraphSetNeedsUpdate(OGGraphRef graph) OG_SWIFT_NAME(OGGraphRef.setNeedsUpdate(self:));

OG_EXTERN_C_END

OG_ASSUME_NONNULL_END
Expand Down

0 comments on commit 79ffcaa

Please sign in to comment.