summaryrefslogtreecommitdiff
path: root/gio/gfilemonitorpriv.h
blob: 81df89220a9df4bb6ef697ab0b5727350850a693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __G_FILE_MONITOR_PRIV_H__
#define __G_FILE_MONITOR_PRIV_H__

#include <gio/gfilemonitor.h>

G_BEGIN_DECLS

void g_file_monitor_emit_event (GFileMonitor      *monitor,
				GFile             *file,
				GFile             *other_file,
				GFileMonitorEvent  event_type);

G_END_DECLS

#endif /* __G_FILE_MONITOR_PRIV_H__ */