Compilation Units
Tagged Types
function From_Object_Free (B : access GPoll_FD) return GPoll_FD
Represents a file descriptor, which events to poll for, and which events occurred.
type GPoll_FD is record
Fd : Glib.Gint := 0;
Events : Gushort;
Revents : Gushort;
end record;