Method
GumStalkerrun_on_thread_sync
Declaration [src]
gboolean
gum_stalker_run_on_thread_sync (
GumStalker* self,
GumThreadId thread_id,
GumStalkerRunOnThreadFunc func,
gpointer data
)
Parameters
thread_id-
Type:
GumThreadIdThe thread to run on.
func-
Type:
GumStalkerRunOnThreadFuncFunction to run on the thread.
data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.