Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GPollFD |
Struct : | PollFD |
Properties | Defined By | |
---|---|---|
events : guint16
|
GLib.PollFD | |
fd : gint32
|
GLib.PollFD | |
revents : guint16
|
GLib.PollFD |
Method / Constructor | Defined By | |
---|---|---|
new GLib.PollFD
()
Create a new GLib.PollFD
Create a new GLib.PollFD
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GLib
Method |
|
GLib.MainContext
Method |
|
GLib.MainContext
Method |
|
GLib.MainContext
Method |
|
GLib.MainContext
Method |
remove_poll
(PollFD fd)
:
none
|
GLib.Source
Method |
add_poll
(PollFD fd)
:
none
|
GLib.Source
Method |
remove_poll
(PollFD fd)
:
none
|
Gio.Cancellable
Method |
Creates a GPollFD corresponding to cancellable; this can be passed
to g_poll() and used to poll for cancellation. |