I'm trying to do a file monitor on the root file system directory. I use g_file_new_for_path()
with /
as the path and create the monitor with g_file_monitor()
. But at execution no events are reported. If I use the path //
events are thrown.
Is is a bug with GIO or do I need to use //
?