Handbook
Glossary
GFileProgressCallback ( quot -- alien )
Vocabulary
gio
.
ffi
Inputs
quot
an
object
Outputs
alien
an
object
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
CALLBACK:
void
GFileProgressCallback
(
gint64
current_num_bytes,
gint64
total_num_bytes,
gpointer
user_data )