Gimp.context_pop

function context_pop(): Boolean {
    // Gjs wrapper for gimp_context_pop()
}
  

Pops the topmost context from the plug-in's context stack.

This procedure removes the topmost context from the plug-in's context stack. The context that was active before the corresponding call to Gimp.context_push becomes the new current context of the plug-in.

Since 2.2

Returns

TRUE on success.