Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gCancellableReleaseFd

gCancellableReleaseFd


Description

Releases a resources previously allocated by gCancellableGetFd or gCancellableMakePollfd().

Usage

gCancellableReleaseFd(object)

Arguments

object

a GCancellable

Details

For compatibility reasons with older releases, calling this function is not strictly required, the resources will be automatically freed when the cancellable is finalized. However, the cancellable will block scarce file descriptors until it is finalized if this function is not called. This can cause the application to run out of file descriptors when many GCancellables are used at the same time. Since 2.22

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.