Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.PollFD

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GPollFD
Struct : PollFD
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GLib.PollFD ()
Create a new GLib.PollFD
Create a new GLib.PollFD
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.poll (PollFD fds, guint32 nfds, gint32 timeout) : gint32
GLib.MainContext
Method
add_poll (PollFD fd, gint32 priority) : none
GLib.MainContext
Method
check (gint32 max_priority, PollFD fds, gint32 n_fds) : gint32
GLib.MainContext
Method
query (gint32 max_priority, gint32 timeout_, PollFD fds, gint32 n_fds) : gint32
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
make_pollfd (PollFD pollfd) : gboolean
Creates a GPollFD corresponding to cancellable; this can be passed
to g_poll() and used to poll for cancellation.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:30 GMT+0800 (HKT)