[PrintCore] Update bindings and clear xtro#25128
Conversation
| /// </returns> | ||
| [Abstract] | ||
| [Export ("printSession")] | ||
| IntPtr GetPrintSession (); |
There was a problem hiding this comment.
Using IPMPrintSession should work I think?
| IntPtr GetPrintSession (); | |
| IPMPrintSession GetPrintSession (); |
and the same for the other methods here
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| /// A pointer to the native <c>ppd_file_s</c> CUPS PPD structure for the current printer. | ||
| /// </returns> | ||
| [Abstract] | ||
| [Export ("ppdFile")] |
There was a problem hiding this comment.
The CUPS PPD API is deprecated since OSX 10.6 so not sure there is value in providing a managed shim here
✅ [CI Build #4498bf4] Build passed (Build packages) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [CI Build #4498bf4] Build passed (Build macOS tests) ✅Pipeline on Agent |
✅ [PR Build #4498bf4] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
🚀 [CI Build #4498bf4] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 158 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
No description provided.