You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO Fix: /Users/dan/Desktop/root/chaincase/app/TorFramework/BTOUCH: Error BI1001: bgen: Do not know how to make a trampoline for System.Boolean* (BI1001) (TorFramework)
// Automated binding is complete, but there are a few APIs which have been flagged with[Verify] attributes.While the entire binding
8
-
// should be audited for best API design practices, look more closely at APIs with the following Verify attribute hints:
9
-
10
-
// ConstantsInterfaceAssociation (1 instance):
11
-
12
-
// There's no foolproof way to determine with which Objective-C interface an extern variable declaration may be associated. Instances
13
-
// of these are bound as [Field] properties in a partial interface into a nearby concrete interface to produce a more intuitive API,
14
-
// possibly eliminating the 'Constants' interface altogether.
15
-
16
-
// PlatformInvoke(4 instances) :
17
-
18
-
// In general P/Invoke bindings are not as correct or complete as Objective-C bindings(at least currently). You may need to fix up the
19
-
// library name(it defaults to '__Internal') and return/parameter types manually to conform to C calling conventionsfor the target
20
-
// platform.You may find you don't even want to expose the C API in your binding, but if you do, you'll probably also want to relocate
21
-
22
-
// the definition to a more appropriate class and expose a stronger type-safe wrapper.For P/Invoke guidance, see http://www.mono-project.com/docs/advanced/pinvoke/.
23
-
24
-
25
-
//Once you have verified a Verify attribute, you should remove it from the binding source code.The presence of Verify attributes
26
-
//intentionally cause build failures.
27
-
28
-
//For more information about the Verify attribute hints above, consult the Objective Sharpie documentation by running 'sharpie docs' or
29
-
//visiting the following URL: http://xmn.io/sharpie-docs
0 commit comments