xamarin-macios/runtime/monotouch-support.h

37 строки
920 B
C

#ifndef __MONOTOUCH_SUPPORT_H__
#define __MONOTOUCH_SUPPORT_H__
#include <os/log.h>
#ifdef __cplusplus
extern "C" {
#endif
const char * xamarin_get_locale_country_code ();
void xamarin_log (const unsigned short *unicodeMessage);
void * xamarin_timezone_get_data (const char *name, unsigned long *size);
char ** xamarin_timezone_get_names (unsigned long *count);
char * xamarin_timezone_get_local_name ();
void xamarin_start_wwan (const char *uri);
void xamarin_os_log (os_log_t logger, os_log_type_t type, const char *message);
#ifdef MONOTOUCH
const char * xamarin_GetFolderPath (int folder);
#endif
#ifdef MONOMAC
const char *
xamarin_encode_CGAffineTransform ();
#endif
#if defined (__arm64__)
void objc_msgSend_stret (void);
void objc_msgSendSuper_stret (void);
#endif
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* __MONOTOUCH_SUPPORT_H__ */