diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 70d40b47..3c6bc72a 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -18217,6 +18217,15 @@ namespace BinaryNinja::Collaboration { public: RemoteFolder(BNRemoteFolder* remoteFolder); + + Ref<ProjectFolder> GetCoreFolder(); + Ref<RemoteProject> GetProject(); + Ref<RemoteFolder> GetParent(); + Ref<Remote> GetRemote(); + std::string GetId(); + std::string GetUrl(); + std::string GetName(); + std::string GetDescription(); }; class RemoteFile; |
