Handbook
Glossary
g_file_monitor_emit_event ( file_monitor child other_file event_type -- )
Vocabulary
gio
.
ffi
Inputs
file_monitor
an
object
child
an
object
other_file
an
object
event_type
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_file_monitor_emit_event
( GFileMonitor* file_monitor, GFile* child, GFile*
other_file,
GFileMonitorEvent
event_type )