Description Usage Arguments Details Author(s)
Pushes cancellable
onto the cancellable stack. The current
cancllable can then be recieved using gCancellableGetCurrent
.
1 | gCancellablePushCurrent(object)
|
|
a |
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.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.