X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Ffilewatcher.h;h=6b4eec8fea03bac66e136010aef61136cb2d071f;hb=f7b9cd57483861ba3b10353d1cc3eb9f1fb26760;hp=ff2bd92a84372565fe2d81fcdb1c26400bad6ac2;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mono/metadata/filewatcher.h b/mono/metadata/filewatcher.h index ff2bd92a843..6b4eec8fea0 100644 --- a/mono/metadata/filewatcher.h +++ b/mono/metadata/filewatcher.h @@ -12,6 +12,7 @@ #include #include +#include "mono/utils/mono-compiler.h" #ifdef HAVE_UNISTD_H #include @@ -23,11 +24,11 @@ G_BEGIN_DECLS -gboolean ves_icall_System_IO_FSW_SupportsFSW (void); +gboolean ves_icall_System_IO_FSW_SupportsFSW (void) MONO_INTERNAL; -gpointer ves_icall_System_IO_FSW_OpenDirectory (MonoString *path, gpointer reserved); +gpointer ves_icall_System_IO_FSW_OpenDirectory (MonoString *path, gpointer reserved) MONO_INTERNAL; -gboolean ves_icall_System_IO_FSW_CloseDirectory (gpointer handle); +gboolean ves_icall_System_IO_FSW_CloseDirectory (gpointer handle) MONO_INTERNAL; gboolean ves_icall_System_IO_FSW_ReadDirectoryChanges ( gpointer handle, @@ -35,16 +36,16 @@ gboolean ves_icall_System_IO_FSW_ReadDirectoryChanges ( gboolean includeSubdirs, gint filters, gpointer overlap, - gpointer callback); + gpointer callback) MONO_INTERNAL; gboolean ves_icall_System_IO_FAMW_InternalFAMNextEvent (gpointer conn, MonoString **filename, gint *code, - gint *reqnum); + gint *reqnum) MONO_INTERNAL; -int ves_icall_System_IO_InotifyWatcher_GetInotifyInstance (void); -int ves_icall_System_IO_InotifyWatcher_AddWatch (int fd, MonoString *directory, gint32 mask); -int ves_icall_System_IO_InotifyWatcher_RemoveWatch (int fd, gint32 watch_descriptor); +int ves_icall_System_IO_InotifyWatcher_GetInotifyInstance (void) MONO_INTERNAL; +int ves_icall_System_IO_InotifyWatcher_AddWatch (int fd, MonoString *directory, gint32 mask) MONO_INTERNAL; +int ves_icall_System_IO_InotifyWatcher_RemoveWatch (int fd, gint32 watch_descriptor) MONO_INTERNAL; G_END_DECLS