Home
last modified time | relevance | path

Searched refs:GWin32FSMonitorPrivate (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.h35 typedef struct _GWin32FSMonitorPrivate GWin32FSMonitorPrivate; typedef
63 GWin32FSMonitorPrivate* g_win32_fs_monitor_create (gboolean isfile);
65 void g_win32_fs_monitor_init (GWin32FSMonitorPrivate *monitor,
70 void g_win32_fs_monitor_finalize (GWin32FSMonitorPrivate *monitor);
72 void g_win32_fs_monitor_close_handle (GWin32FSMonitorPrivate *monitor);
Dgwin32fsmonitorutils.c34 g_win32_fs_monitor_handle_event (GWin32FSMonitorPrivate *monitor, in g_win32_fs_monitor_handle_event()
126 GWin32FSMonitorPrivate *monitor = (GWin32FSMonitorPrivate *) lpOverlapped; in g_win32_fs_monitor_callback()
243 g_win32_fs_monitor_init (GWin32FSMonitorPrivate *monitor, in g_win32_fs_monitor_init()
371 GWin32FSMonitorPrivate *
374 GWin32FSMonitorPrivate *monitor = g_new0 (GWin32FSMonitorPrivate, 1); in g_win32_fs_monitor_create()
383 g_win32_fs_monitor_finalize (GWin32FSMonitorPrivate *monitor) in g_win32_fs_monitor_finalize()
414 g_win32_fs_monitor_close_handle (GWin32FSMonitorPrivate *monitor) in g_win32_fs_monitor_close_handle()
Dgwin32filemonitor.h51 GWin32FSMonitorPrivate * priv;