X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Ffilewatcher.h;h=9ba2535ad2b7a49adab7054dd1fbba08d91216e1;hb=dbdd69032ae2dad8ba3909bb0b6af79eff8bf642;hp=ff2bd92a84372565fe2d81fcdb1c26400bad6ac2;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;p=mono.git diff --git a/mono/metadata/filewatcher.h b/mono/metadata/filewatcher.h index ff2bd92a843..9ba2535ad2b 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,28 +24,16 @@ G_BEGIN_DECLS -gboolean ves_icall_System_IO_FSW_SupportsFSW (void); - -gpointer ves_icall_System_IO_FSW_OpenDirectory (MonoString *path, gpointer reserved); - -gboolean ves_icall_System_IO_FSW_CloseDirectory (gpointer handle); - -gboolean ves_icall_System_IO_FSW_ReadDirectoryChanges ( - gpointer handle, - MonoArray *buffer, - gboolean includeSubdirs, - gint filters, - gpointer overlap, - gpointer callback); +gboolean ves_icall_System_IO_FSW_SupportsFSW (void) 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