I'm trying to monitor the changes in a file from /sys (as you know, it's
a sysfs filesystem), but setting a file monitor with g_file_monitor_file
doesn't work. No matter what I do, I can't receive the changed signal
from the file monitor.
sysfs, being a virtual file system, doesn't generate an
On Thu, 2008-09-18 at 12:58 +0200, Miguel Gómez wrote:
> I'm trying to monitor the changes in a file from /sys (as you know, it's
> a sysfs filesystem), but setting a file monitor with g_file_monitor_file
> doesn't work. No matter what I do, I can't receive the changed signal
> from the file mo
Dnia 2008-09-18, czw o godzinie 12:58 +0200, Miguel Gómez pisze:
> I'm trying to monitor the changes in a file from /sys (as you know,
> it's
> a sysfs filesystem), but setting a file monitor with
> g_file_monitor_file
> doesn't work. No matter what I do, I can't receive the changed signal
> fro
Hi!
I'm trying to monitor the changes in a file from /sys (as you know, it's
a sysfs filesystem), but setting a file monitor with g_file_monitor_file
doesn't work. No matter what I do, I can't receive the changed signal
from the file monitor.
Is there any other way I could do this? (of cours