You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.78
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
This commit is contained in:
parent
74b74abd9f
commit
19234507ba
@@ -225,7 +225,7 @@ typedef struct _MonoJitInfo MonoJitInfo;
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">MonoJitInfo*
|
||||
mono_jit_info_table_find (MonoDomain *domain, char *addr)
|
||||
mono_jit_info_table_find (MonoDomain *domain, gpointer addr)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
|
@@ -677,7 +677,7 @@ mono_profiler_set_call_instrumentation_filter_callback (MonoProfilerHandle handl
|
||||
filter functions from all installed profilers. If any of them return flags
|
||||
other than <code>MONO_PROFILER_CALL_INSTRUMENTATION_NONE</code>, then the given method
|
||||
will be instrumented as requested. All filters are guaranteed to be called
|
||||
exactly once per method, even if earlier filters have already specified all
|
||||
at least once per method, even if earlier filters have already specified all
|
||||
flags.
|
||||
<p />
|
||||
Note that filter functions must be installed before a method is compiled in
|
||||
|
@@ -463,7 +463,7 @@ mono_string_to_utf8_checked (MonoString *s, MonoError *error)
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>s</i></td><td> a <code>System.String</code></td></tr><tr><td><i>error</i></td><td> a <code>MonoError</code>.</td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div>
|
||||
Converts a <code>MonoString</code> to its UTF-8 representation. May fail; check
|
||||
Converts a <code>MonoString</code> to its UTF-8 representation. May fail; check
|
||||
<i>error</i> to determine whether the conversion was successful.
|
||||
The resulting buffer should be freed with <code>mono_free()</code>.</div>
|
||||
</div><!--mapi-description -->
|
||||
|
Reference in New Issue
Block a user