GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Add file descriptors to the widget main loop. More...
#include <utils/gp_poll.h>
Go to the source code of this file.
Functions | |
void | gp_widget_poll_add (gp_fd *fd) |
Inserts a file descriptor to the widget main loop. | |
void | gp_widget_poll_rem (gp_fd *fd) |
Removes a file descriptor from the widget main loop. | |
gp_fd * | gp_widget_poll_rem_by_fd (int fd) |
Looks up a fd struture by a file descriptor. | |
Add file descriptors to the widget main loop.
Definition in file gp_widget_poll.h.
void gp_widget_poll_add | ( | gp_fd * | fd | ) |
Inserts a file descriptor to the widget main loop.
fd | A poll fd structure. |
void gp_widget_poll_rem | ( | gp_fd * | fd | ) |
Removes a file descriptor from the widget main loop.
fd | A poll fd structure. |
gp_fd * gp_widget_poll_rem_by_fd | ( | int | fd | ) |
Looks up a fd struture by a file descriptor.
fd | A file descriptor. |