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

gCancellablePushCurrent

gCancellablePushCurrent


Description

Pushes cancellable onto the cancellable stack. The current cancllable can then be recieved using gCancellableGetCurrent.

Usage

gCancellablePushCurrent(object)

Arguments

object

a GCancellable object

Details

This is useful when implementing cancellable operations in code that does not allow you to pass down the cancellable object.

This is typically called automatically by e.g. GFile operations, so you rarely have to call this yourself.

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.