glib-d v0.0.2 (2018-08-18T15:28:15Z)
Dub
Repo
GPollFD
glib
gpoll
Undocumented in source.
struct
GPollFD {
version(Win32)
static if
(
GLIB_SIZEOF_VOID_P == 8
)
gint64
fd
;
version(Win32)
static if
(!(
GLIB_SIZEOF_VOID_P == 8
))
gint
fd
;
version(!Win32)
gint
fd
;
gushort
events
;
gushort
revents
;
}
Members
Variables
events
gushort
events
;
Undocumented in source.
fd
gint64
fd
;
Undocumented in source.
fd
gint
fd
;
Undocumented in source.
fd
gint
fd
;
Undocumented in source.
revents
gushort
revents
;
Undocumented in source.
Meta
Source
See Implementation
glib
gpoll
aliases
GPollFunc
functions
g_poll
manifest constants
G_POLLFD_FORMAT
structs
GPollFD